Overload | Description |
---|---|
Sort() | Sorts the elements in the entire AppointmentList using the default comparer (by the Appointment.Start value). |
Sort(Comparison<Appointment>) | Sorts the elements in the entire AppointmentList using the specified System.Comparison. |
Sort(IComparer<Appointment>) | Sorts the elements in the entire AppointmentList using the specified comparer. |
Sort(Int32,Int32,IComparer<Appointment>) | Sorts the elements in a range of elements in AppointmentList using the specified comparer. |