Goblin - A Platform for 3D AR and VR Applications

ParamCollection.CopyTo Method (Param[], Int32)

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

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

Parameters

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

See Also

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