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