RollingWindowTIndexOf Method
Namespace: Gemstone.IO.CollectionsAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.175 -- Release Build+36b5b04f9f64c24655fcc7ae3dab027e2909bbc2
public int IndexOf(
T item
)
Public Function IndexOf (
item As T
) As Integer
public:
virtual int IndexOf(
T item
) sealed
- item T
- The object to locate in the RollingWindowT.
Int32
The index of
item if found in the list; otherwise, -1.
IListTIndexOf(T)