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