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

◆ AsSequentialQuery() [2/2]

override IEnumerable< TElement > System.Linq.Parallel.ScanQueryOperator< TElement >.AsSequentialQuery ( CancellationToken token)
inlinepackage

Definition at line 69 of file ScanQueryOperator.cs.

70 {
71 return _data;
72 }
readonly IEnumerable< TElement > _data

References System.Linq.Parallel.ScanQueryOperator< TElement >._data.