Goblin - A Platform for 3D AR and VR Applications

TypeScopeCollection.AddRange Method

Adds the elements of a TypeScope array to the current TypeScopeCollection.

Overload List

Adds the elements of a TypeScope array to the current TypeScopeCollection.

public virtual int AddRange(TypeScope[]);

Adds the elements of another TypeScopeCollection to the current TypeScopeCollection.

public virtual int AddRange(TypeScopeCollection);

See Also

TypeScopeCollection Class | DDW.CSharp.SymbolTable Namespace