Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UnaryQueryOperator() [2/5]

System.Linq.Parallel.UnaryQueryOperator< TInput, TOutput >.UnaryQueryOperator ( IEnumerable< TInput > child,
bool outputOrdered )
inlinepackage

Definition at line 82 of file UnaryQueryOperator.cs.

83 : this(QueryOperator<TInput>.AsQueryOperator(child), outputOrdered)
84 {
85 }