MindFusion.Wpf Pack Programmer's Guide
CollectionBase(T).IndexOf Method
See Also
 





Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public int IndexOf (
    T item
)

Visual Basic  Copy Code

Public Function IndexOf( _
    item As T _
) As Integer

 Parameters

item

The object to locate in the collection.

 Return Value

The zero-based index of the first occurrence of item within the entire collection, if found; otherwise, –1.

 See Also

CollectionBase(T) Members
CollectionBase(T) Class
MindFusion.Diagramming.Wpf Namespace