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