Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.PairComparer< T, U > Class Template Referencesealed

Public Member Functions

 PairComparer (IComparer< T > comparer1, IComparer< U > comparer2)
 
int Compare (Pair< T, U > x, Pair< T, U > y)
 
int Compare (T? x, T? y)
 

Private Attributes

readonly IComparer< T_comparer1
 
readonly IComparer< U_comparer2
 

Detailed Description

Definition at line 5 of file PairComparer.cs.


The documentation for this class was generated from the following file: