Goblin - A Platform for 3D AR and VR Applications

NamespaceDeclCollection.CopyTo Method

Copies the entire NamespaceDeclCollection to a one-dimensional NamespaceDecl array.

Overload List

Copies the entire NamespaceDeclCollection to a one-dimensional NamespaceDecl array.

public virtual void CopyTo(NamespaceDecl[]);

Copies the entire NamespaceDeclCollection to a one-dimensional NamespaceDecl array, starting at the specified index of the target array.

public virtual void CopyTo(NamespaceDecl[],int);

See Also

NamespaceDeclCollection Class | DDW.CSharp.Dom Namespace