IndexCollectionInsert Method

ScaleOut Software NamedCache API
Inserts an element into the IndexCollection at the specified index.

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public virtual void Insert(
	int index,
	IndexValue value
)

Parameters

index
Type: SystemInt32
The zero-based index at which value should be inserted.
value
Type: Soss.ClientIndexValue
The IndexValue to insert. The value can be null.
Remarks

All elements in the collection at index and beyond are moved one position to the right. The element at position (MaxIndexValues-1) is removed from the collection.
See Also

Reference