Foley .NET Utilities Class Library

ISet.Remove Method

When implemented by a class, removes each element of the specified ICollection from the set.

Overload List

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

See Also

ISet Interface | ISet Members | Foley.Utilities.Collections Namespace