Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsQueryOperator()
static
QueryOperator
< TOutput >
System.Linq.Parallel.QueryOperator
< TOutput >.AsQueryOperator
(
IEnumerable
< TOutput >
source
)
inline
static
package
inherited
Definition at line
124
of file
QueryOperator.cs
.
125
{
126
QueryOperator<TOutput>
queryOperator
=
source
as
QueryOperator<TOutput>
;
127
if
(
queryOperator
==
null
)
128
{
129
queryOperator
= ((!(
source
is
OrderedParallelQuery<TOutput>
orderedParallelQuery
)) ?
new
ScanQueryOperator<TOutput>
(
source
) :
orderedParallelQuery
.SortOperator);
130
}
131
return
queryOperator
;
132
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Linq.ExceptionArgument.source
@ source
References
System.Linq.source
.
System
Linq
Parallel
ZipQueryOperator
Generated by
1.10.0