Copies the entire NamespaceDeclCollection
to a one-dimensional NamespaceDecl array.
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);
NamespaceDeclCollection Class | DDW.CSharp.Dom Namespace