LargeArrayTSetCapacity Method
Sets the capacity of the array to at least the given length. Will not reduce the size.
Namespace: SnapDB.CollectionsAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public int SetCapacity(
int length
)
Public Function SetCapacity (
length As Integer
) As Integer
public:
int SetCapacity(
int length
)
function SetCapacity(length);
- length Int32
- The new length (capacity) for the data structure.
Int32The updated capacity of the data structure after setting it to the specified length.