Share via


ArrayBufferWriter<T>.FreeCapacity プロパティ

定義

基になるバッファーの拡大を強制せずに書き込むことができる使用可能な領域の量を取得します。

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

プロパティ値

基になるバッファーを強制的に拡張せずに書き込みに使用できる領域。

適用対象