Goblin - A Platform for 3D AR and VR Applications

DeclaratorCollection.AddRange Method (DeclaratorCollection)

Adds the elements of another DeclaratorCollection to the current DeclaratorCollection.

public virtual int AddRange(
   DeclaratorCollection x
);

Parameters

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

Return Value

The new Count of the DeclaratorCollection.

See Also

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