Goblin - A Platform for 3D AR and VR Applications

TypeDeclCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a TypeDecl in the TypeDeclCollection.

public virtual int IndexOf(
   TypeDecl item
);

Parameters

item
The TypeDecl to locate in the TypeDeclCollection.

Return Value

The zero-based index of the first occurrence of item in the entire TypeDeclCollection, if found; otherwise, -1.

See Also

TypeDeclCollection Class | DDW.CSharp.Dom Namespace