Goblin - A Platform for 3D AR and VR Applications

TypeScopeCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a TypeScope in the TypeScopeCollection.

public virtual int IndexOf(
   TypeScope item
);

Parameters

item
The TypeScope to locate in the TypeScopeCollection.

Return Value

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

See Also

TypeScopeCollection Class | DDW.CSharp.SymbolTable Namespace