共用方式為


ArrayBufferWriter<T>.FreeCapacity 屬性

定義

取得可以寫入的可用空間量,而不強制基礎緩衝區成長。

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

屬性值

可供寫入的空間,而不需要強制基礎緩衝區成長。

適用於