Goblin - A Platform for 3D AR and VR Applications

StatementCollection.CopyTo Method

Copies the entire StatementCollection to a one-dimensional Statement array.

Overload List

Copies the entire StatementCollection to a one-dimensional Statement array.

public virtual void CopyTo(Statement[]);

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

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

See Also

StatementCollection Class | DDW.CSharp.Dom Namespace