Determines the index of a specific Header in the IList<(Of <(<'T>)>)>.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public int IndexOf(
	Header item
)
Visual Basic
Public Function IndexOf ( 
	item As Header
) As Integer
Visual C++
public:
virtual int IndexOf(
	Header^ item
) sealed
F#
abstract IndexOf : 
        item : Header -> int 
override IndexOf : 
        item : Header -> int 

Parameters

item
Type: Dapfor.Wpf.Controls..::..Header
The Header to locate in the IList<(Of <(<'T>)>)>.

Return Value

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

Implements

IList<(Of <(<'T>)>)>..::..IndexOf(T)

See Also