Removes the specified number of the elements starting at the position specified in the LinkedList.
[Visual Basic]
Overrides Overloads Public Function Remove( _
ByVal index As Integer, _
ByVal count As Integer _
) 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