![]() |
Kerbal Space Program
1.12.4
|
Caches delegates for the comparsion methods of IComparer<T>s and IEqualityComparer<T>s. More...
Static Public Member Functions | |
| static Comparison< T > | ToComparison (IComparer< T > comparer) |
| Returns the comparison method of the specfied sort comparer in delegate form. More... | |
| static DelegateFunc< T, T, bool > | ToPredicate (IEqualityComparer< T > equalityComparer) |
| Returns the comparison method of the specfied equality comparer in delegate form. More... | |
Properties | |
| static Comparison< T > | Default [get] |
| The comparison method of the default sort comparer for T in delegate form. More... | |
| static DelegateFunc< T, T, bool > | DefaultPredicate [get] |
| The comparison method of the default equality comparer for T in delegate form. More... | |
Caches delegates for the comparsion methods of IComparer<T>s and IEqualityComparer<T>s.
|
inlinestatic |
Returns the comparison method of the specfied sort comparer in delegate form.
|
inlinestatic |
Returns the comparison method of the specfied equality comparer in delegate form.
|
staticget |
The comparison method of the default sort comparer for T in delegate form.
|
staticget |
The comparison method of the default equality comparer for T in delegate form.
1.8.7