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