System::Collections::Generic::List::GetRange 方法

List::GetRange method

创建列表的切片。

ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
参数类型描述
索引int范围起始索引。
countint范围大小。

ReturnValue

List containing a slice of current list.

另见