Goblin - A Platform for 3D AR and VR Applications

ImportCollection.AddRange Method (ImportCollection)

Adds the elements of another ImportCollection to the current ImportCollection.

public virtual int AddRange(
   ImportCollection x
);

Parameters

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

Return Value

The new Count of the ImportCollection.

See Also

ImportCollection Class | DDW.CSharp.Dom Namespace | ImportCollection.AddRange Overload List