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