Goblin - A Platform for 3D AR and VR Applications

ParamDeclCollection.CopyTo Method (ParamDecl[], Int32)

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

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

Parameters

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

See Also

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