Method Resize
Resize(Int32)
Resizes to sparse data set to the given capacity.
Declaration
void Resize(int capacity)
Parameters
Type | Name | Description |
---|---|---|
Int32 | capacity | The capacity to set. |
Resizes to sparse data set to the given capacity.
void Resize(int capacity)
Type | Name | Description |
---|---|---|
Int32 | capacity | The capacity to set. |