Goblin - A Platform for 3D AR and VR Applications

CommentStmtCollection Constructor

Initializes a new instance of the CommentStmtCollection class that is empty and has the default initial capacity.

Overload List

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);

See Also

CommentStmtCollection Class | DDW.CSharp.Dom Namespace