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++