এর মতো অভিধানে:
Dictionary<string, string> openWith = new Dictionary<string, string>();
openWith.Add("txt", "notepad.exe");
openWith.Add("bmp", "paint.exe");
openWith.Add("dib", "paint.exe");
openWith.Add("rtf", "wordpad.exe");
Console.WriteLine("For key = \"rtf\", value = {0}.", openWith["rtf"]);
আউটপুটটি হ'ল:
কী = "আরটিএফ" মান = ওয়ার্ডপ্যাড.এক্সএর জন্য
কী {0}
মানে?