Goblin - A Platform for 3D AR and VR Applications

DeclaratorCollection.AddRange Method

Adds the elements of a Declarator array to the current DeclaratorCollection.

Overload List

Adds the elements of a Declarator array to the current DeclaratorCollection.

public virtual int AddRange(Declarator[]);

Adds the elements of another DeclaratorCollection to the current DeclaratorCollection.

public virtual int AddRange(DeclaratorCollection);

See Also

DeclaratorCollection Class | DDW.CSharp.Dom Namespace