Beispiel #1
0
 internal static T[] CustomLinqOrderBy <T>(T[] array) => CustomLinq.OrderBy(array, value => value).ToArray();