Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IStructuralComparable.cs
Go to the documentation of this file.
1
namespace
System.Collections
;
2
3
public
interface
IStructuralComparable
4
{
5
int
CompareTo
(
object
?
other
,
IComparer
comparer
);
6
}
System.Collections.IComparer
Definition
IComparer.cs:4
System.Collections.IStructuralComparable.CompareTo
int CompareTo(object? other, IComparer comparer)
System.Collections.IStructuralComparable
Definition
IStructuralComparable.cs:4
System.Collections
Definition
BlockingCollection.cs:8
System.ExceptionArgument.other
@ other
System.ExceptionArgument.comparer
@ comparer
source
System.Private.CoreLib
System.Collections
IStructuralComparable.cs
Generated by
1.10.0