Karthik Agarwal

Karthik Agarwal

  • NA
  • 748
  • 265.5k

Usage of Dictionary along with KeyPairValue

Aug 18 2011 7:21 AM
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

Answers (3)