BigList<(Of <(<'T>)>)>..::..GetRange Method
Creates a new list that contains a subrange of elements from this list. The
current list is unchanged.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Parameters
- index
- Type: Int32
The starting index of the sub-range.
- count
- Type: Int32
The number of items in the sub-range. If this is zero, the returned list is empty.