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.
Namespace: SnapDB.CollectionsAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public int AddValue(
T value
)
Public Function AddValue (
value As T
) As Integer
public:
int AddValue(
T value
)
function AddValue(value);
- value T
- The value to add.
Int32The index where the value was placed.