Removes the first occurrence of each element of the specified ICollection from the LinkedList.
Removes the first occurrence of each element of the specified ICollection from the LinkedList.
public override bool Remove(ICollection);
Removes the specified number of the elements starting at the position specified in the LinkedList.
public override bool Remove(int,int);
Removes the first occurrence of a specific Object from the LinkedList.
public override bool Remove(object);
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace