System::Collections::Generic::List::GetRange طريقة
List::GetRange method
ينشئ شريحة من القائمة.
ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
| Parameter | Type | الوصف |
|---|---|---|
| الفهرس | int | فهرس بدء النطاق. |
| count | int | حجم النطاق. |
ReturnValue
List containing a slice of current list.
انظر أيضًا
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++