Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IComparer.cs
Go to the documentation of this file.
1
namespace
System.Collections.Generic
;
2
3
public
interface
IComparer
<
in
T>
4
{
5
int
Compare
(T? x, T? y);
6
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.IComparer.Compare
int Compare(T? x, T? y)
System.Collections.Generic.IComparer
Definition
IComparer.cs:4
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
source
System.Private.CoreLib
System.Collections.Generic
IComparer.cs
Generated by
1.10.0