When implemented by a class, removes each element of the specified ICollection from the set.
When implemented by a class, removes each element of the specified ICollection from the set.
bool Remove(ICollection);
When implemented by a class, removes the specific Object from the set.
bool Remove(object);
ISet Interface | ISet Members | Foley.Utilities.Collections Namespace