Foley .NET Utilities Class Library

LinkedList.Remove Method

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

Overload List

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

See Also

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