ArrayBufferWriter<T>.Capacity 属性

定义

获取基础缓冲区内的空间总量。

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

属性值

基础缓冲区的总容量。

适用于