Edit

Share via


ArrayBufferWriter<T>.Capacity Property

Definition

Gets the total amount of space within the underlying buffer.

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

Property Value

The total capacity of the underlying buffer.

Applies to