Removes the first occurrence of each element of the specified ICollection from the set.
Removes the first occurrence of each element of the specified ICollection from the set.
public virtual bool Remove(ICollection);
When implemented by a class, removes the first occurrence of a specific Object from the set.
public abstract bool Remove(object);
SetBase Class | SetBase Members | Foley.Utilities.Collections Namespace