Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

declare string array c# without size

List<string> myStringList = new List<string();
myStringList.Add("Test 1");
myStringList.Add("Test 2");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #declare #string #array #size
ADD COMMENT
Topic
Name
3+5 =