Goblin - A Platform for 3D AR and VR Applications

TypeDeclCollection.AddRange Method

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

Overload List

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

public virtual int AddRange(TypeDecl[]);

Adds the elements of another TypeDeclCollection to the current TypeDeclCollection.

public virtual int AddRange(TypeDeclCollection);

See Also

TypeDeclCollection Class | DDW.CSharp.Dom Namespace