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.1
Syntax public 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
- Type: Jam.ShellIJamItemIdList
The object to locate in the Collection. The value
can be null for reference types.
Return Value
Type:
Int32The zero-based index of the first occurrence.
Implements
IListTIndexOf(T)See Also