NullableLargeArrayTSetCapacity Method

Increases 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

Return Value

Int32
The current length of the list.

See Also