Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LeftKeyOutputKeyBuilder.cs
Go to the documentation of this file.
1
namespace
System.Linq.Parallel
;
2
3
internal
sealed
class
LeftKeyOutputKeyBuilder
<TLeftKey, TRightKey> :
HashJoinOutputKeyBuilder
<TLeftKey, TRightKey, TLeftKey>
4
{
5
public
override
TLeftKey
Combine
(TLeftKey leftKey, TRightKey rightKey)
6
{
7
return
leftKey;
8
}
9
}
System.Linq.Parallel.HashJoinOutputKeyBuilder
Definition
HashJoinOutputKeyBuilder.cs:4
System.Linq.Parallel.LeftKeyOutputKeyBuilder.Combine
override TLeftKey Combine(TLeftKey leftKey, TRightKey rightKey)
Definition
LeftKeyOutputKeyBuilder.cs:5
System.Linq.Parallel.LeftKeyOutputKeyBuilder
Definition
LeftKeyOutputKeyBuilder.cs:4
System.Linq.Parallel
Definition
AnyAllSearchOperator.cs:5
source
System.Linq.Parallel
System.Linq.Parallel
LeftKeyOutputKeyBuilder.cs
Generated by
1.10.0