Goblin - A Platform for 3D AR and VR Applications

DeclaratorCollection.AddRange Method (Declarator[])

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

public virtual int AddRange(
   Declarator[] x
);

Parameters

x
The Declarator array whose elements should be added to the end of the DeclaratorCollection.

Return Value

The new Count of the DeclaratorCollection.

See Also

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