Goblin - A Platform for 3D AR and VR Applications

CommentStmtCollection.CopyTo Method (CommentStmt[], Int32)

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

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

Parameters

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

See Also

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