Provides a view of the LinkedList with the specified number of the elements starting at the position specified.
[Visual Basic]
Overrides Public Function SubList( _
ByVal index As Integer, _
ByVal count As Integer _
) As IList Implements _
IList2.SubList
A view of LinkedList.
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace