ConstructorMetadataCollection..::..IndexOf Method

Determines the index of a specific item in the collection. />.

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public int IndexOf(
	ConstructorMetadata item
)
Public Function IndexOf ( _
	item As ConstructorMetadata _
) As Integer

Parameters

item
Type: Tortuga.Anchor.Metadata..::..ConstructorMetadata
The object to locate in the collection />.

Return Value

The index of item if found in the list; otherwise, -1.