How to retrieve first row from dictionary in C#?

mattiepanda

New Member
How to retrieve first row from this dictionary. I put around some 15 records. \[code\]Dictionary<string, Tuple<string, string>> headINFO = new Dictionary<string, Tuple<string, string>> { };\[/code\]
 
Back
Top