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

◆ MoveNext() [2/3]

override bool System.Linq.Parallel.EmptyEnumerator< T >.MoveNext ( [AllowNull] ref T currentElement,
ref int currentKey )
inlinepackage

Definition at line 13 of file EmptyEnumerator.cs.

14 {
15 return false;
16 }