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

◆ Value

object System.Collections.EmptyReadOnlyDictionaryInternal.NodeEnumerator.Value
get

Implements System.Collections.IDictionaryEnumerator.

Definition at line 23 of file EmptyReadOnlyDictionaryInternal.cs.

24 {
25 get
26 {
27 throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen);
28 }
29 }