ArrayBufferWriter<T>.FreeCapacity プロパティ

定義

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

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

プロパティ値

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

適用対象