Foley .NET Utilities Class Library

LinkedSet.Remove Method

Removes the occurrence of each element of the specified ICollection from the LinkedSet.

Overload List

Removes the occurrence of each element of the specified ICollection from the LinkedSet.

public override bool Remove(ICollection);

Removes the occurrence of the specific Object from the LinkedSet.

public override bool Remove(object);

See Also

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