|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | ConcatKeyComparer |
Static Package Functions | |
| static ConcatKey< TLeftKey, TRightKey > | MakeLeft ([AllowNull] TLeftKey leftKey) |
| static ConcatKey< TLeftKey, TRightKey > | MakeRight ([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 |
Definition at line 6 of file ConcatKey.cs.