Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.ConcatKey< TLeftKey, TRightKey > Struct Template Reference

Classes

class  ConcatKeyComparer
 

Static Package Functions

static ConcatKey< TLeftKey, TRightKeyMakeLeft ([AllowNull] TLeftKey leftKey)
 
static ConcatKey< TLeftKey, TRightKeyMakeRight ([AllowNull] TRightKey rightKey)
 
static IComparer< ConcatKey< TLeftKey, TRightKey > > MakeComparer (IComparer< TLeftKey > leftComparer, IComparer< TRightKey > rightComparer)
 

Private Member Functions

 ConcatKey ([AllowNull] TLeftKey leftKey, [AllowNull] TRightKey rightKey, bool isLeft)
 

Private Attributes

readonly TLeftKey _leftKey
 
readonly TRightKey _rightKey
 
readonly bool _isLeft
 

Detailed Description

Definition at line 6 of file ConcatKey.cs.


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