When implemented by a class, provides a view of the list with the specified number of the elements starting at the position specified.
[Visual Basic]
Function SubList( _
ByVal index As Integer, _
ByVal count As Integer _
) As IList
A view of list.
The list that is returned is just a view, it is still backed by the orignal list. Any changes you make to it will be reflected in the orignal list.
IList2 Interface | IList2 Members | Foley.Utilities.Collections Namespace