Get the index of the given element in the collection.

Namespace: TallComponents.Interaction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

C#
public int IndexOf(
	TElement element
)
Visual Basic
Public Function IndexOf ( _
	element As TElement _
) As Integer

Parameters

element
Type: TElement
The element.

Return Value

The index of the given interactor, if it exists.

Implements

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

See Also