Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

creatw list of int in C#

List<int> myValues = new List<int>(new int[] { 1, 2, 3 } );
 
PREVIOUS NEXT
Tagged: #creatw #list #int
ADD COMMENT
Topic
Name
4+4 =