List<(Of <(<'T>)>)>..::..GetRange Method (Int32, Int32)
Creates a shallow copy of a range of elements in the source List<(Of <(<'T>)>)>.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- index
- Type: System..::..Int32
The zero-based List<(Of <(<'T>)>)> index at which the range starts.
- count
- Type: System..::..Int32
The number of elements in the range.
Return Value
A shallow copy of a range of elements in the source List<(Of <(<'T>)>)>.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | index is less than 0.-or-count is less than 0. |
System..::..ArgumentException | index and count do not denote a valid range of elements in the List<(Of <(<'T>)>)>. |