Click or drag to resize

ShellViewColumns.IndexOf Method (ShellViewColumn)

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

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