| Overload | Description |
|---|---|
| Sort(Int32,Int32,IComparer<AnnotationData>) | Sorts the elements in a range of elements in AnnotationDataCollection using the specified comparer. |
| Sort(IComparer<AnnotationData>) | Sorts the elements in the entire AnnotationDataCollection using the specified comparer. |
| Sort(Comparison<AnnotationData>) | Sorts the elements in the entire AnnotationDataCollection using the specified System.Comparison. |
| Sort<TKey>(TKey[]) | Sorts the elements in the entire AnnotationDataCollection based on the keys in the array using the System.IComparable implementation of each key. |