Property Capacity
Capacity
The allocated number of elements of the underlying buffer. Never smaller than Count (Read Only).
Declaration
public int Capacity { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
An unallocated buffer has a capacity of 0.