Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Open()
override
QueryResults
<
TInputOutput
>
System.Linq.Parallel.WhereQueryOperator
<
TInputOutput
>.Open
(
QuerySettings
settings
,
bool
preferStriping
)
inline
package
Definition at line
73
of file
WhereQueryOperator.cs
.
74
{
75
QueryResults<TInputOutput>
childQueryResults
=
base
.Child.Open(settings,
preferStriping
);
76
return
new
UnaryQueryOperatorResults
(
childQueryResults
,
this
, settings,
preferStriping
);
77
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
UnaryQueryOperatorResults
System
Linq
Parallel
WhereQueryOperator
Generated by
1.10.0