Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.Util.ExtensionMethods.CustomComparerExtensions

Summary

Extension methods related to custom comparer.

Static methods

IEnumerable<T>
OrderBy<T>(this IEnumerable<T> source, Comparison<T> comparison)
Sorts the elements of a sequence in ascending order by using a specified comparison delegate.