Goblin - A Platform for 3D AR and VR Applications

DeclaratorCollection.CopyTo Method

Copies the entire DeclaratorCollection to a one-dimensional Declarator array.

Overload List

Copies the entire DeclaratorCollection to a one-dimensional Declarator array.

public virtual void CopyTo(Declarator[]);

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

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

See Also

DeclaratorCollection Class | DDW.CSharp.Dom Namespace