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
true
if the LinkedList is modified; otherwise false
.
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace | LinkedList.Remove Overload List