System::Collections::Generic::List::GetRange methode
List::GetRange method
Maakt een deel van de lijst.
ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int | Beginindex van bereik. |
| count | int | Grootte van bereik. |
ReturnValue
List containing a slice of current list.
Zie ook
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++