Goblin - A Platform for 3D AR and VR Applications

TypeDeclCollection.AddRange Method (TypeDecl[])

Adds the elements of a TypeDecl array to the current TypeDeclCollection.

public virtual int AddRange(
   TypeDecl[] x
);

Parameters

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

Return Value

The new Count of the TypeDeclCollection.

See Also

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