Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# dictionary with multiple values

var dict = new Dictionary<KeyType, Tuple<string, string, bool, int>>()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #dictionary #multiple #values
ADD COMMENT
Topic
Name
3+5 =