MethodMetadataCollection..::..IndexOf Method

Determines the index of a specific item in the [IList{T}].

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

Syntax


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

Parameters

item
Type: Tortuga.Anchor.Metadata..::..MethodMetadata
The object to locate in the [IList{T}].

Return Value

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