Constructor ClusterAdvanceBuffer
ClusterAdvanceBuffer()
Initializes a buffer with the default initial capacity (64 clusters).
public ClusterAdvanceBuffer()
ClusterAdvanceBuffer(int)
Initializes a buffer with an explicit initial capacity.
public ClusterAdvanceBuffer(int capacity)
Parameters
capacityintThe initial capacity; must be positive.
Exceptions
- ArgumentOutOfRangeException
capacityis not positive.