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

◆ AsSequentialQuery()

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

Definition at line 155 of file LastQueryOperator.cs.

156 {
157 throw new NotSupportedException();
158 }