NullableLargeArrayTAddValue Method

Adds a new value to the list at the nearest possible empty location. If there is not enough room, the list is automatically expanded.

Definition

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

Parameters

value  T
The value to add.

Return Value

Int32
The index where the value was placed.

See Also