IndexCollectionRemoveAt Method

ScaleOut Software NamedCache API
Removes the element at the specified index of the IndexCollection.

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

public virtual void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the element to remove.

Implements

IListRemoveAt(Int32)
See Also

Reference