Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.ConcatKey< TLeftKey, TRightKey >.ConcatKeyComparer Class Referencesealed

Public Member Functions

int Compare (ConcatKey< TLeftKey, TRightKey > x, ConcatKey< TLeftKey, TRightKey > y)
 
int Compare (T? x, T? y)
 

Package Functions

 ConcatKeyComparer (IComparer< TLeftKey > leftComparer, IComparer< TRightKey > rightComparer)
 

Private Attributes

readonly IComparer< TLeftKey > _leftComparer
 
readonly IComparer< TRightKey_rightComparer
 

Detailed Description

Definition at line 8 of file ConcatKey.cs.


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