Searches for the specified item and returns the zero-based index of the first occurrence within the entire Collection<T>.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Function IndexOf ( _ item As T _ ) As Integer
public int IndexOf( T item )
Type: T
The item to locate in the Collection<T>.The zero-based index of the first occurrence of item within the entire Collection<T>, if found; otherwise, �1.