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

◆ Key

object System.Collections.EmptyReadOnlyDictionaryInternal.NodeEnumerator.Key
get

Implements System.Collections.IDictionaryEnumerator.

Definition at line 15 of file EmptyReadOnlyDictionaryInternal.cs.

16 {
17 get
18 {
19 throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen);
20 }
21 }