Click or drag to resize

RollingWindow<T> .IndexOf Method

Determines the index of a specific item in the RollingWindow<T>.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntax
public int IndexOf(
	T item
)
View Source

Parameters

item  T
The object to locate in the RollingWindow<T>.

Return Value

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

Implements

IList<T>.IndexOf(T)
See Also