Goblin - A Platform for 3D AR and VR Applications

ParamDeclCollection.CopyTo Method

Copies the entire ParamDeclCollection to a one-dimensional ParamDecl array.

Overload List

Copies the entire ParamDeclCollection to a one-dimensional ParamDecl array.

public virtual void CopyTo(ParamDecl[]);

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

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

See Also

ParamDeclCollection Class | DDW.CSharp.Dom Namespace