Goblin - A Platform for 3D AR and VR Applications

TypeDeclCollection.AddRange Method (TypeDeclCollection)

Adds the elements of another TypeDeclCollection to the current TypeDeclCollection.

public virtual int AddRange(
   TypeDeclCollection x
);

Parameters

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

Return Value

The new Count of the TypeDeclCollection.

See Also

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