I am writing my testcode and I do not want wo write:
List nameslist = new List(); nameslist.Add(\"one\"); nameslist.Add(\"two\"); nam
I think this will work for int, long and string values.
List list = new List(new int[]{ 2, 3, 7 }); var animals = new List() { "bird", "dog" };