Returns the index of the given item

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public int IndexOf(
	IAspect item
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	item As IAspect _
) As Integer

Parameters

item
Type: Gaia.WebWidgets..::.IAspect
item to return index of

Return Value

Implements

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

See Also