Usage of Dictionary along with KeyPairValue
HI,
I have a dictionary declared as follows:
public:
static Dictionary<String ^, List<String ^>^> ^ language_string_table;
so by using for each loop key and values are loaded into that (which is written by someone else). Now i need by using the same for each loop i am able to access "key" of the Dictionary alone, please help me out how to access "value" of the Dictionary.
Thanks & Regards,
P.Karthik