Share via


ArrayBufferWriter<T>.Capacity プロパティ

定義

基になるバッファー内の領域の合計量を取得します。

public:
 property int Capacity { int get(); };
public int Capacity { get; }
member this.Capacity : int
Public ReadOnly Property Capacity As Integer

プロパティ値

基になるバッファーの合計容量。

適用対象