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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/Collections/IStructuralComparable.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/Collections/IStructuralComparable.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Collections/IStructuralComparable.cs b/src/System.Private.CoreLib/shared/System/Collections/IStructuralComparable.cs
index a5e4834b9..9041e0d5f 100644
--- a/src/System.Private.CoreLib/shared/System/Collections/IStructuralComparable.cs
+++ b/src/System.Private.CoreLib/shared/System/Collections/IStructuralComparable.cs
@@ -8,6 +8,6 @@ namespace System.Collections
{
public interface IStructuralComparable
{
- Int32 CompareTo(Object other, IComparer comparer);
+ int CompareTo(object other, IComparer comparer);
}
}