ReadOnlyCollectionBuilder<T>.Capacity 屬性

定義

取得或設定此 ReadOnlyCollectionBuilder<T> 的容量。

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

屬性值

此專案的容量 ReadOnlyCollectionBuilder.

適用於