C# does not have a dynamic array type, or any equivalent of the VB Redim statement. However, you can use a List<T> as a dynamic array, ...
確定! 回上一頁