Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IComparable.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
public
interface
IComparable
4
{
5
int
CompareTo
(
object
?
obj
);
6
}
7
public
interface
IComparable
<in T>
8
{
9
int
CompareTo
(T?
other
);
10
}
System.IComparable.CompareTo
int CompareTo(T? other)
System.IComparable.CompareTo
int CompareTo(object? obj)
System.IComparable
Definition
IComparable.cs:8
System.ExceptionArgument.other
@ other
System.ExceptionArgument.obj
@ obj
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
IComparable.cs
Generated by
1.10.0