RollingWindowTIndexOf Method

Determines the index of a specific item in the RollingWindowT.

Definition

Namespace: Gemstone.IO.Collections
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.147 -- Release Build+f1f9c0e9f92f995ccf39530a9405eeed9dafd871
public int IndexOf(
	T item
)

Parameters

item  T
The object to locate in the RollingWindowT.

Return Value

Int32
The index of item if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)

See Also