Method EnsureCapacity
EnsureCapacity(int)
Ensures that this collection can hold the specified number of elements without growing.
Declaration
public void EnsureCapacity(int capacity)
Parameters
Type | Name | Description |
---|---|---|
int | capacity |
Remarks
This method has no effect on .NET Framework.