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
;
2
3
public
interface
IComparer
4
{
5
int
Compare
(
object
? x,
object
? y);
6
}
System.Collections.IComparer.Compare
int Compare(object? x, object? y)
System.Collections.IComparer
Definition
IComparer.cs:4
System.Collections
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System.Collections
IComparer.cs
Generated by
1.10.0