Goblin - A Platform for 3D AR and VR Applications

ScopeCollection.AddRange Method (ScopeCollection)

Adds the elements of another ScopeCollection to the current ScopeCollection.

public virtual int AddRange(
   ScopeCollection x
);

Parameters

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

Return Value

The new Count of the ScopeCollection.

See Also

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