Goblin - A Platform for 3D AR and VR Applications

NamespaceDeclCollection.CopyTo Method (NamespaceDecl[], Int32)

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

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

Parameters

array
The one-dimensional NamespaceDecl array to copy to.
start
The zero-based index in array at which copying begins.

See Also

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