![]() | EventedList<T>.Sort Method |
Name | Description | |
---|---|---|
![]() | Sort() | Sorts the elements in the entire EventedList<T> using the default comparer. |
![]() | Sort(IComparer<T>) | Sorts the elements in the entire EventedList<T> using the specified comparer. |
![]() | Sort(Int32, Int32, IComparer<T>) | Sorts the elements in a range of elements in EventedList<T> using the specified comparer. |