'宣言
Public Function GetRange( _ ByVal index As Integer, _ ByVal count As Integer _ ) As List(Of T)
パラメータ
- index
- The zero-based List index at which the range starts.
- count
- The number of elements in the range.
戻り値の型
A shallow copy of a range of elements in the source List.