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