Goblin - A Platform for 3D AR and VR Applications

ScopeCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a Scope in the ScopeCollection.

public virtual int IndexOf(
   Scope item
);

Parameters

item
The Scope to locate in the ScopeCollection.

Return Value

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

See Also

ScopeCollection Class | DDW.CSharp.SymbolTable Namespace