Goblin - A Platform for 3D AR and VR Applications

CommentStmtCollection.CopyTo Method

Copies the entire CommentStmtCollection to a one-dimensional CommentStmt array.

Overload List

Copies the entire CommentStmtCollection to a one-dimensional CommentStmt array.

public virtual void CopyTo(CommentStmt[]);

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

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

See Also

CommentStmtCollection Class | DDW.CSharp.Dom Namespace