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.

適用対象