Logo

Programming-Idioms

History of Idiom 100 > diff from v49 to v50

Edit summary for version 50 by bigfrancoag:
New Csharp implementation by user [bigfrancoag]

Version 49

2019-09-26, 15:28:43

Version 50

2019-09-26, 17:24:41

Idiom #100 Sort by a comparator

Sort elements of array-like collection items, using a comparator c.

Idiom #100 Sort by a comparator

Sort elements of array-like collection items, using a comparator c.

Extra Keywords
list
Extra Keywords
list
Code
Array.Sort(items, c);
Comments bubble
items is an array of type Item[].
c implements IComparer<Item>
Doc URL
https://support.microsoft.com/en-us/help/320727/how-to-use-the-icomparable-and-icomparer-interfaces-in-visual-c