Adds the elements of a Expression array to the current ExpressionCollection.
Adds the elements of a Expression array to the current ExpressionCollection.
public virtual int AddRange(Expression[]);
Adds the elements of another ExpressionCollection to the current ExpressionCollection.
public virtual int AddRange(ExpressionCollection);
ExpressionCollection Class | DDW.CSharp.Dom Namespace