Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ZipQueryOperator()
[1/2]
System.Linq.Parallel.ZipQueryOperator
< TLeftInput,
TRightInput
, TOutput >.
ZipQueryOperator
(
ParallelQuery
< TLeftInput >
leftChildSource
,
ParallelQuery
<
TRightInput
>
rightChildSource
,
Func< TLeftInput,
TRightInput
, TOutput >
resultSelector
)
inline
package
Definition at line
64
of file
ZipQueryOperator.cs
.
65
:
this
(
QueryOperator<TLeftInput>
.AsQueryOperator(
leftChildSource
),
QueryOperator<TRightInput>
.AsQueryOperator(
rightChildSource
),
resultSelector
)
66
{
67
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Linq.ExceptionArgument.resultSelector
@ resultSelector
System
Linq
Parallel
ZipQueryOperator
Generated by
1.10.0