'Declaration Public Overloads Sub Sort( _
ByVal comparerThe System.Collections.Generic.IComparer implementation to use when comparing elements, or null to use the default comparer System.Collections.Generic.Comparer.Default.As System.Collections.Generic.IComparer(Of AnnotationData) _
)
public void Sort(
System.Collections.Generic.IComparer<AnnotationData> comparer
)
public: void Sort(
System.Collections.Generic.IComparer<AnnotationData*>* comparer
)
Parameters
- comparer
- The System.Collections.Generic.IComparer implementation to use when comparing elements, or null to use the default comparer System.Collections.Generic.Comparer.Default.