System::Collections::Generic::List::GetRange metod
List::GetRange method
Skapar en del av listan.
ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
| Parameter | Type | Beskrivning |
|---|---|---|
| index | int | Startindex för intervallet. |
| count | int | Intervallstorlek. |
ReturnValue
List containing a slice of current list.
Se även
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++