Initializes a new instance of the CommentStmtCollection
class that is empty and has the default initial capacity.
Initializes a new instance of the CommentStmtCollection
class that is empty and has the default initial capacity.
public CommentStmtCollection();
Initializes a new instance of the CommentStmtCollection
class that contains elements copied from the specified CommentStmt array.
public CommentStmtCollection(CommentStmt[]);
Initializes a new instance of the CommentStmtCollection
class that contains elements copied from the specified CommentStmtCollection
.
public CommentStmtCollection(CommentStmtCollection);
protected CommentStmtCollection(Tag);
Initializes a new instance of the CommentStmtCollection
class that has the specified initial capacity.
public CommentStmtCollection(int);
CommentStmtCollection Class | DDW.CSharp.Dom Namespace