Goblin - A Platform for 3D AR and VR Applications

TypeScopeCollection.Add Method 

Adds a TypeScope to the end of the TypeScopeCollection.

public virtual int Add(
   TypeScope item
);

Parameters

item
The TypeScope to be added to the end of the TypeScopeCollection.

Return Value

The index at which the value has been added.

See Also

TypeScopeCollection Class | DDW.CSharp.SymbolTable Namespace