Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.Collections.Generic/Comparer.cs')
-rw-r--r--mcs/class/corlib/System.Collections.Generic/Comparer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/System.Collections.Generic/Comparer.cs b/mcs/class/corlib/System.Collections.Generic/Comparer.cs
index 8604443a45d..925698eaaf5 100644
--- a/mcs/class/corlib/System.Collections.Generic/Comparer.cs
+++ b/mcs/class/corlib/System.Collections.Generic/Comparer.cs
@@ -87,7 +87,7 @@ namespace System.Collections.Generic {
}
}
- class IComparableOfTComparer <T> : Comparer <T> where T : IComparable<T> {
+ class IComparableOfTComparer <T> : Comparer <T> where T : IComparable {
public override int Compare (T x, T y)
{
// `null' is less than any other ref type