Click or drag to resize

JamItemIdListCollectionIndexOf 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: 7.0
Syntax
public int IndexOf(
	IJamItemIdList item
)

Parameters

item
Type: Jam.ShellIJamItemIdList
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

IListTIndexOf(T)
See Also