NullableLargeArrayTSetValue Method

Sets the value at the specified index.

Definition

Namespace: SnapDB.Collections
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void SetValue(
	int index,
	T value
)

Parameters

index  Int32
The index at which to set the value.
value  T
The value to set at the specified index.

Remarks

This method sets the value at the specified index and marks it as used using SetBit(Int32).

See Also