Goblin - A Platform for 3D AR and VR Applications

ParamCollection.CopyTo Method

Copies the entire ParamCollection to a one-dimensional Param array.

Overload List

Copies the entire ParamCollection to a one-dimensional Param array.

public virtual void CopyTo(Param[]);

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

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

See Also

ParamCollection Class | DDW.CSharp.Dom Namespace