c# dictionary with multiple values

96

c# dictionary with multiple values -

var dict = new Dictionary<KeyType, Tuple<string, string, bool, int>>()

Comments

Submit
0 Comments