System::Collections::Generic::List::GetRange yöntemi
List::GetRange method
Listenin bir dilimini oluşturur.
ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
| Parametre | Tür | Açıklama |
|---|---|---|
| indeks | int | Aralık başlangıç indeksi. |
| count | int | Aralık boyutu. |
ReturnValue
List containing a slice of current list.
Ayrıca Bakınız
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++