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