When implemented by a class, adds all the elements in the specified collection that are not already contained in the set.
When implemented by a class, adds all the elements in the specified collection that are not already contained in the set.
bool Add(ICollection);
When implemented by a class, adds an Object to the set.
bool Add(object);
ISet Interface | ISet Members | Foley.Utilities.Collections Namespace