ImmutableArray<T>.Builder.Capacity 属性

定义

获取或设置内部数组的长度。 设置后,如果内部数组已不是指定长度,则重新分配给定容量。

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

属性值

Int32

内部数组的长度。

适用于