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