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

◆ Entry

DictionaryEntry System.Collections.EmptyReadOnlyDictionaryInternal.NodeEnumerator.Entry
get

Implements System.Collections.IDictionaryEnumerator.

Definition at line 31 of file EmptyReadOnlyDictionaryInternal.cs.

32 {
33 get
34 {
35 throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen);
36 }
37 }