Goblin - A Platform for 3D AR and VR Applications

NamespaceDeclCollection.AddRange Method (NamespaceDeclCollection)

Adds the elements of another NamespaceDeclCollection to the current NamespaceDeclCollection.

public virtual int AddRange(
   NamespaceDeclCollection x
);

Parameters

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

Return Value

The new Count of the NamespaceDeclCollection.

See Also

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