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