SyntaxFix
Write A Post
Hire A Developer
Questions
if you want to get "terse" :)
List<string>GlobalStrings = new List<string>(); for(int x=1; x<10; x++) GlobalStrings.AddRange(new List<string> { "some value", "another value"});