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.2
Syntax
public int IndexOf(
	IJamItemIdList item
)

Parameters

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

Return Value

Int32
The zero-based index of the first occurrence.

Implements

IListTIndexOf(T)
See Also