| Overload | Description |
|---|---|
| Sort(String,SortDirection) | Sort this collection using given sort expression and sort direction. The GenericComparer is used to create the comparer for sorting. |
| Sort(String) | Sort this collection using given sort expression. The GenericComparer is used to create the comparer for sorting. |
| Sort() | (Inherited from System.Collections.Generic.List<T>) |
| Sort(IComparer{`0}) | (Inherited from System.Collections.Generic.List<T>) |
| Sort(Int32,Int32,IComparer{`0}) | (Inherited from System.Collections.Generic.List<T>) |
| Sort(Comparison{`0}) | (Inherited from System.Collections.Generic.List<T>) |