c# dictionary first

68

c# dictionary first -

var first = like.First();
string key = first.Key;
Dictionary<string,string> val = first.Value;

Comments

Submit
0 Comments