Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

dictionary and generic class c#

        Dictionary<int, Car<string, string, string>> car = new Dictionary<int, Car<string, string, string>>();
//by iq18but18cm
 
PREVIOUS NEXT
Tagged: #dictionary #generic #class
ADD COMMENT
Topic
Name
7+4 =