LargeArrayTSetCapacity Method

Sets the capacity of the array to at least the given length. Will not reduce the size.

Definition

Namespace: SnapDB.Collections
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public int SetCapacity(
	int length
)

Parameters

length  Int32
The new length (capacity) for the data structure.

Return Value

Int32
The updated capacity of the data structure after setting it to the specified length.

See Also