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

◆ AsSequentialQuery()

override IEnumerable< TSource > System.Linq.Parallel.FirstQueryOperator< TSource >.AsSequentialQuery ( CancellationToken token)
inlinepackage

Definition at line 151 of file FirstQueryOperator.cs.

152 {
153 throw new NotSupportedException();
154 }