Method EnsureCapacity
EnsureCapacity(int)
Ensures the buffer can hold at least the requested capacity.
public void EnsureCapacity(int capacity)
Parameters
capacityintThe required capacity.
Ensures the buffer can hold at least the requested capacity.
public void EnsureCapacity(int capacity)
capacity intThe required capacity.