Returns the index of the object

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int IndexOf(
	T value
)
Visual Basic
Public Function IndexOf ( _
	value As T _
) As Integer
JScript
public function IndexOf(
	value : T
) : int

Parameters

value
Type: T

See Also