Click or drag to resize
DigitalRuneDequeTIndexOf Method

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public int IndexOf(
	T item
)

Parameters

item
Type: T
The object to locate in the DequeT.

Return Value

Type: Int32
The index of item if found in the deque; otherwise, -1.

Implements

IListTIndexOf(T)
See Also