Sorts a list of matches using the specified comparer.
| C# | Visual Basic | Visual C++ |
public static void Sort( List<Imaging..::.Match> matches, IComparer<Imaging..::.Match> comparer )
Public Shared Sub Sort ( _ matches As List(Of Imaging..::.Match), _ comparer As IComparer(Of Imaging..::.Match) _ )
public: static void Sort( List<Imaging..::.Match^>^ matches, IComparer<Imaging..::.Match^>^ comparer )
- matches (List<(Of <(Imaging..::.Match>)>))
- A list of matches.
- comparer (IComparer<(Of <(Imaging..::.Match>)>))
- A comparer.
