Goblin - A Platform for 3D AR and VR Applications

DefinitionCollection.AddRange Method (DefinitionCollection)

Adds the elements of another DefinitionCollection to the current DefinitionCollection.

public virtual int AddRange(
   DefinitionCollection x
);

Parameters

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

Return Value

The new Count of the DefinitionCollection.

See Also

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