Foley .NET Utilities Class Library

LinkedList.Remove Method (ICollection)

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

[Visual Basic]
Overrides Overloads Public Function Remove( _
   ByVal collection As ICollection _
) As Boolean Implements _
   IList2.Remove
[C#]
public override bool Remove(
   ICollection collection
);

Parameters

collection
The ICollection used to determine what elements to remove from the LinkedList.

Return Value

true if the LinkedList is modified; otherwise false.

Implements

IList2.Remove

See Also

LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace | LinkedList.Remove Overload List