System::Collections::Generic::List::GetRange metod
List::GetRange method
Skapar en skiva av listan.
ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
| Parameter | Typ | Beskrivning |
|---|---|---|
| index | int | Range startindex. |
| count | int | Range storlek. |
ReturnValue
List containing a slice of current list.
Se även
- Class List
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++