Click or drag to resize

JamItemIdListCollection.IndexOf Method

Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collections.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public int IndexOf(
	IJamItemIdList item
)

Parameters

item
Type: Jam.Shell.IJamItemIdList
The object to locate in the Collection. The value can be null for reference types.

Return Value

Type: Int32
The zero-based index of the first occurrence.

Implements

IList<T>.IndexOf(T)
See Also