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

◆ MoveNext()

bool System.Collections.EmptyReadOnlyDictionaryInternal.NodeEnumerator.MoveNext ( )
inline

Implements System.Collections.IEnumerator.

Definition at line 39 of file EmptyReadOnlyDictionaryInternal.cs.

40 {
41 return false;
42 }