List<string>[] list = new List<string>[] { new List<string>{"test 1-1", "test 1-2", "test 1-3"}, new List<string>{"test 2-1", "test 2-2", "test 2-3"} };
Select allOpen in new window
You have to create them explicitly.