Retains the first occurrence of each element of the specified ICollection in the LinkedList.
[Visual Basic]
Overrides Public Function Retain( _
ByVal collection As ICollection _
) As Boolean Implements _
IList2.Retain
true
if the LinkedList is modified; otherwise false
.
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace