System::Collections::Generic::List::Sort method
محتويات
[
يخفي
]List::Sort() method
يرتب العناصر في القائمة باستخدام المقارن الافتراضي.
void System::Collections::Generic::List<T>::Sort()
انظر أيضًا
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::Sort(Comparison<T>, bool) method
يرتب العناصر في القائمة.
void System::Collections::Generic::List<T>::Sort(Comparison<T> comparison, bool)
| Parameter | Type | الوصف |
|---|---|---|
| comparison | Comparison<T> | Comparison للاستخدام. |
انظر أيضًا
- Class Comparison
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::Sort(const SharedPtr<System::Collections::Generic::IComparer<T>>&) method
يرتب العناصر في القائمة.
void System::Collections::Generic::List<T>::Sort(const SharedPtr<System::Collections::Generic::IComparer<T>> &comparator)
| Parameter | Type | الوصف |
|---|---|---|
| المقارن | const SharedPtr<System::Collections::Generic::IComparer<T>>& | المقارن للاستخدام. |
انظر أيضًا
- Typedef SharedPtr
- Class IComparer
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::Sort(int, int, SharedPtr<System::Collections::Generic::IComparer<T>>) method
يرتب العناصر في شريحة القائمة.
void System::Collections::Generic::List<T>::Sort(int index, int count, SharedPtr<System::Collections::Generic::IComparer<T>> comparator)
| Parameter | Type | الوصف |
|---|---|---|
| الفهرس | int | فهرس بداية الشريحة. |
| count | int | حجم الشريحة. |
| المقارن | SharedPtr<System::Collections::Generic::IComparer<T>> | المقارن للاستخدام. |
انظر أيضًا
- Typedef SharedPtr
- Class IComparer
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++