Foley .NET Utilities Class Library

LinkedList.Remove Method (Object)

Removes the first occurrence of a specific Object from the LinkedList.

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

Parameters

value
The Object 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