How can I get the dictionary value by key on function
my function code is this ( and the command what I try but didn\'t work ):
static void XML_Array
Dictionary d = new Dictionary(); d.Add("1","Mahadev"); d.Add("2","Mahesh"); Console.WriteLine(d["1"]);// it will print Value of key '1'