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

◆ AsSequentialQuery()

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

Definition at line 95 of file ElementAtQueryOperator.cs.

96 {
97 throw new NotSupportedException();
98 }