Foley .NET Utilities Class Library

SetBase.Remove Method

Removes the first occurrence of each element of the specified ICollection from the set.

Overload List

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);

See Also

SetBase Class | SetBase Members | Foley.Utilities.Collections Namespace