Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Open()
override
QueryResults
<
TResult
>
System.Linq.Parallel.TakeOrSkipWhileQueryOperator
<
TResult
>.Open
(
QuerySettings
settings
,
bool
preferStriping
)
inline
package
Definition at line
222
of file
TakeOrSkipWhileQueryOperator.cs
.
223
{
224
QueryResults<TResult>
childQueryResults
=
base
.Child.Open(settings,
preferStriping
:
true
);
225
return
new
UnaryQueryOperatorResults
(
childQueryResults
,
this
, settings,
preferStriping
);
226
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
UnaryQueryOperatorResults
System
Linq
Parallel
TakeOrSkipWhileQueryOperator
Generated by
1.10.0