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