Goblin - A Platform for 3D AR and VR Applications

TypeScopeCollection.AddRange Method (TypeScopeCollection)

Adds the elements of another TypeScopeCollection to the current TypeScopeCollection.

public virtual int AddRange(
   TypeScopeCollection x
);

Parameters

x
The TypeScopeCollection whose elements should be added to the end of the current TypeScopeCollection.

Return Value

The new Count of the TypeScopeCollection.

See Also

TypeScopeCollection Class | DDW.CSharp.SymbolTable Namespace | TypeScopeCollection.AddRange Overload List