System::Collections::Generic::List::GetRange 方法
List::GetRange method
创建列表的切片。
ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 范围起始索引。 |
| count | int | 范围大小。 |
ReturnValue
List containing a slice of current list.
另见
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++