Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

create List c#

using System.Collections.Generic
//type is your data type (Ej. int, string, double, bool...)
List<type> newList = new List<type>();
 
PREVIOUS NEXT
Tagged: #create #List
ADD COMMENT
Topic
Name
7+6 =