共用方式為


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

屬性值

陣列的索引數目。

適用於