Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Open()
override
QueryResults
< TOutput >
System.Linq.Parallel.SelectManyQueryOperator
< TLeftInput,
TRightInput
, TOutput >.Open
(
QuerySettings
settings
,
bool
preferStriping
)
inline
package
Definition at line
267
of file
SelectManyQueryOperator.cs
.
268
{
269
QueryResults<TLeftInput>
childQueryResults
=
base
.Child.Open(settings,
preferStriping
);
270
return
new
UnaryQueryOperatorResults
(
childQueryResults
,
this
, settings,
preferStriping
);
271
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
UnaryQueryOperatorResults
System
Linq
Parallel
SelectManyQueryOperator
Generated by
1.10.0