Goblin - A Platform for 3D AR and VR Applications

DefinitionCollection.AddRange Method

Adds the elements of another DefinitionCollection to the current DefinitionCollection.

Overload List

Adds the elements of another DefinitionCollection to the current DefinitionCollection.

public virtual int AddRange(DefinitionCollection);

Adds the elements of a IDefinition array to the current DefinitionCollection.

public virtual int AddRange(IDefinition[]);

See Also

DefinitionCollection Class | DDW.CSharp.SymbolTable Namespace