mscorlib(4.0.0.0) API with additions
IComparer.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Collections
4
{
6
[ComVisible(
true
)]
7
[__DynamicallyInvokable]
8
public
interface
IComparer
9
{
19
[__DynamicallyInvokable]
20
int
Compare
(
object
x,
object
y);
21
}
22
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Collections.IComparer.Compare
int Compare(object x, object y)
Compares two objects and returns a value indicating whether one is less than, equal to,...
System.Collections.IComparer
Exposes a method that compares two objects.
Definition:
IComparer.cs:8
System.Collections
Definition:
ArrayList.cs:7
All cs
System.Collections
IComparer.cs
Generated by
1.8.15