Click or drag to resize

WritableCollectionTIndexOf Method

Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the WritableCollectionT that extends from the specified index to the last element.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public int IndexOf(
	T item
)

Parameters

item
Type: T
The object to locate in the WritableCollectionT. The value can be for reference types.

Return Value

Type: Int32
The zero-based index of the first occurrence of item within the entire WritableCollectionT, if found; otherwise, –1.

Implements

IListTIndexOf(T)
See Also