Adds the elements of the specified ICollection to the list.
When implemented by a class, adds an Object to the list.
public abstract int Add(object);
Adds the elements of the specified ICollection to the list.
public virtual bool Add(ICollection);
List2Base Class | List2Base Members | Foley.Utilities.Collections Namespace