Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to make dictionary c#

Dictionary<string, int> dict = new Dictionary<string, int>();
Dictionary<string, int> dict1 = new Dictionary<string, int>(5); // Creates a dictionary with default initial capacity of 5
Source by www.loginradius.com #
 
PREVIOUS NEXT
Tagged: #dictionary
ADD COMMENT
Topic
Name
9+2 =