IndexCollectionIndexOf Method

ScaleOut Software NamedCache API
Searches for the specified IndexValue and returns the zero-based index of the first occurrence within the IndexCollection.

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

public virtual int IndexOf(
	IndexValue value
)

Parameters

value
Type: Soss.ClientIndexValue
The IndexValue to locate in the IndexCollection. The value can be null.

Return Value

Type: Int32
The zero-based index of the first occurrence of value within the IndexCollection, if found; otherwise, -1.
See Also

Reference