| JamItemIdListCollectionIndexOf Method | 
            Searches for the specified object and returns the zero-based index of the
            first occurrence within the entire Collections.
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
 Syntax
Syntaxpublic int IndexOf(
	IJamItemIdList item
)
Public Function IndexOf ( 
	item As IJamItemIdList
) As Integer
public:
virtual int IndexOf(
	IJamItemIdList^ item
) sealed
abstract IndexOf : 
        item : IJamItemIdList -> int 
override IndexOf : 
        item : IJamItemIdList -> int Parameters
- item  IJamItemIdList
- The object to locate in the Collection. The value
            can be null for reference types.
Return Value
Int32The zero-based index of the first occurrence.
Implements
IListTIndexOf(T) See Also
See Also