使用通用List(字符串)然后获取包含列表数据的数组(如果需要)
dim list = new List(of string) list.Add("foo") list.Add("bar") list.ToArray()