How is an array of string where you do not know where the array size in c#.NET?
String[] array = new String[]; // this does not work
How is an array of string where you do not know where the array size in c#.NET?
String[] array = new String[]; // this does not work