Removes the occurrence of each element of the specified ICollection from the LinkedSet.
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);
LinkedSet Class | LinkedSet Members | Foley.Utilities.Collections Namespace