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