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