Copies the entire CommentStmtCollection
to a one-dimensional CommentStmt array.
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);
CommentStmtCollection Class | DDW.CSharp.Dom Namespace