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

◆ AsSequentialQuery()

Definition at line 79 of file WhereQueryOperator.cs.

80 {
81 IEnumerable<TInputOutput> source = CancellableEnumerable.Wrap(base.Child.AsSequentialQuery(token), token);
82 return source.Where(_predicate);
83 }
readonly Func< TInputOutput, bool > _predicate

References System.Linq.Parallel.WhereQueryOperator< TInputOutput >._predicate, and System.Linq.source.