NullableLargeArrayTSetCapacity Method
Increases 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
Int32The current length of the list.