mscorlib(4.0.0.0) API with additions
IComparable.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System
4
{
6
[ComVisible(
true
)]
7
[__DynamicallyInvokable]
8
public
interface
IComparable
9
{
15
[__DynamicallyInvokable]
16
int
CompareTo(
object
obj);
17
}
20
[__DynamicallyInvokable]
21
public
interface
IComparable
<in
T
>
22
{
26
[__DynamicallyInvokable]
27
int
CompareTo
(
T
other);
28
}
29
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.ConsoleKey.T
The T key.
System.IComparable
Defines a generalized type-specific comparison method that a value type or class implements to order ...
Definition:
IComparable.cs:8
System.IComparable.CompareTo
int CompareTo(object obj)
Compares the current instance with another object of the same type and returns an integer that indica...
All cs
System
IComparable.cs
Generated by
1.8.15