CodeArrayCreateExpression.Size 屬性

定義

取得或設定陣列中的索引數量。

public:
 property int Size { int get(); void set(int value); };
public int Size { get; set; }
member this.Size : int with get, set
Public Property Size As Integer

屬性值

陣列中索引的數量。

適用於