Click or drag to resize

ShellViewColumnsIndexOf(ShellViewColumn) Method

Determines the index of a specific item in the IListT.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public int IndexOf(
	ShellViewColumn item
)

Parameters

item  ShellViewColumn
The object to locate in the IListT.

Return Value

Int32
The index of item if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)
See Also