MetadataObjectCollection<T,P>.IndexOf(T) Method

Definition

Index lookup by Type.

public int IndexOf (T metadataObject);
member this.IndexOf : 'T -> int
Public Function IndexOf (metadataObject As T) As Integer

Parameters

metadataObject
T

The type of MetaDataObject contained in the collection.

Returns

The index of the collection.

Applies to