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

◆ Current

object System.Collections.EmptyReadOnlyDictionaryInternal.NodeEnumerator.Current
get

Implements System.Collections.IEnumerator.

Definition at line 7 of file EmptyReadOnlyDictionaryInternal.cs.

8 {
9 get
10 {
11 throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen);
12 }
13 }