Goblin - A Platform for 3D AR and VR Applications

TypeRefCollection.AddRange Method (TypeRefCollection)

Adds the elements of another TypeRefCollection to the current TypeRefCollection.

public virtual int AddRange(
   TypeRefCollection x
);

Parameters

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

Return Value

The new Count of the TypeRefCollection.

See Also

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