Goblin - A Platform for 3D AR and VR Applications

TypeDeclCollection.CopyTo Method

Copies the entire TypeDeclCollection to a one-dimensional TypeDecl array.

Overload List

Copies the entire TypeDeclCollection to a one-dimensional TypeDecl array.

public virtual void CopyTo(TypeDecl[]);

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

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

See Also

TypeDeclCollection Class | DDW.CSharp.Dom Namespace