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

◆ AsSequentialQuery()

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

Definition at line 102 of file SingleQueryOperator.cs.

103 {
104 throw new NotSupportedException();
105 }