Goblin - A Platform for 3D AR and VR Applications

ScopeCollection.Add Method 

Adds a Scope to the end of the ScopeCollection.

public virtual int Add(
   Scope item
);

Parameters

item
The Scope to be added to the end of the ScopeCollection.

Return Value

The index at which the value has been added.

See Also

ScopeCollection Class | DDW.CSharp.SymbolTable Namespace