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