Goblin - A Platform for 3D AR and VR Applications

DefinitionCollection.AddRange Method (IDefinition[])

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

public virtual int AddRange(
   IDefinition[] x
);

Parameters

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

Return Value

The new Count of the DefinitionCollection.

See Also

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