Removes the elements at the specified position of the LinkedList.
[Visual Basic]
Overrides Public Function RemoveAt( _
ByVal index As Integer _
) As Boolean Implements _
IList2.RemoveAt
true
if the LinkedList is modified; otherwise false
.
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace