System::Collections::Generic::List::Sort metodu
İçindekiler
[
Saklamak
]List::Sort() method
Listedeki öğeleri varsayılan karşılaştırıcıyı kullanarak sıralar.
void System::Collections::Generic::List<T>::Sort()
Ayrıca Bakınız
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::Sort(Comparison<T>, bool) method
Listedeki öğeleri sıralar.
void System::Collections::Generic::List<T>::Sort(Comparison<T> comparison, bool)
| Parametre | Tür | Açıklama |
|---|---|---|
| comparison | Comparison<T> | Comparison kullanmak için. |
Ayrıca Bakınız
- Class Comparison
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::Sort(const SharedPtr<System::Collections::Generic::IComparer<T>>&) method
Listedeki öğeleri sıralar.
void System::Collections::Generic::List<T>::Sort(const SharedPtr<System::Collections::Generic::IComparer<T>> &comparator)
| Parametre | Tür | Açıklama |
|---|---|---|
| karşılaştırıcı | const SharedPtr<System::Collections::Generic::IComparer<T>>& | Kullanılacak Comparator. |
Ayrıca Bakınız
- 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
Liste dilimindeki öğeleri sıralar.
void System::Collections::Generic::List<T>::Sort(int index, int count, SharedPtr<System::Collections::Generic::IComparer<T>> comparator)
| Parametre | Tür | Açıklama |
|---|---|---|
| indeks | int | Dilim başlangıç indeksi. |
| count | int | Dilim boyutu. |
| karşılaştırıcı | SharedPtr<System::Collections::Generic::IComparer<T>> | Kullanılacak Comparator. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class IComparer
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++