Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Open()
override
QueryResults
< TSource >
System.Linq.Parallel.DefaultIfEmptyQueryOperator
< TSource >.Open
(
QuerySettings
settings
,
bool
preferStriping
)
inline
package
Definition at line
85
of file
DefaultIfEmptyQueryOperator.cs
.
86
{
87
QueryResults<TSource>
childQueryResults
=
base
.Child.Open(settings,
preferStriping
);
88
return
new
UnaryQueryOperatorResults
(
childQueryResults
,
this
, settings,
preferStriping
);
89
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
UnaryQueryOperatorResults
System
Linq
Parallel
DefaultIfEmptyQueryOperator
Generated by
1.10.0