Goblin - A Platform for 3D AR and VR Applications

NamespaceDeclCollection.AddRange Method

Adds the elements of a NamespaceDecl array to the current NamespaceDeclCollection.

Overload List

Adds the elements of a NamespaceDecl array to the current NamespaceDeclCollection.

public virtual int AddRange(NamespaceDecl[]);

Adds the elements of another NamespaceDeclCollection to the current NamespaceDeclCollection.

public virtual int AddRange(NamespaceDeclCollection);

See Also

NamespaceDeclCollection Class | DDW.CSharp.Dom Namespace