ShellViewColumns.IndexOf Method (ShellViewColumn) |
Determines the index of a specific item in the
IList<T>.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public int IndexOf(
ShellViewColumn item
)
Public Function IndexOf (
item As ShellViewColumn
) As Integer
public:
virtual int IndexOf(
ShellViewColumn^ item
) sealed
abstract IndexOf :
item : ShellViewColumn -> int
override IndexOf :
item : ShellViewColumn -> int
Parameters
- item
- Type: Jam.Shell.ShellViewColumn
The object to locate in the IList<T>.
Return Value
Type:
Int32
The index of
item if found in the list; otherwise, -1.
Implements
IList<T>.IndexOf(T)See Also