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

◆ AsSequentialQuery()

override IEnumerable< TOutput > System.Linq.Parallel.IndexedSelectQueryOperator< TInput, TOutput >.AsSequentialQuery ( CancellationToken token)
inlinepackage

Definition at line 126 of file IndexedSelectQueryOperator.cs.

127 {
128 return base.Child.AsSequentialQuery(token).Select(_selector);
129 }

References System.Linq.Parallel.IndexedSelectQueryOperator< TInput, TOutput >._selector.