ArrayBufferWriter<T>.FreeCapacity 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得可以寫入的可用空間量,而不強制基礎緩衝區成長。
public:
property int FreeCapacity { int get(); };
public int FreeCapacity { get; }
member this.FreeCapacity : int
Public ReadOnly Property FreeCapacity As Integer
屬性值
可供寫入的空間,而不需要強制基礎緩衝區成長。