Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Value
object System.Collections.Hashtable.HashtableEnumerator.Value
get
Implements
System.Collections.IDictionaryEnumerator
.
Definition at line
317
of file
Hashtable.cs
.
318
{
319
get
320
{
321
if
(!
_current
)
322
{
323
throw
new
InvalidOperationException
(SR.InvalidOperation_EnumOpCantHappen);
324
}
325
return
_currentValue
;
326
}
327
}
System.Collections.Hashtable.HashtableEnumerator._current
bool _current
Definition
Hashtable.cs:265
System.Collections.Hashtable.HashtableEnumerator._currentValue
object _currentValue
Definition
Hashtable.cs:271
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
System
Collections
Hashtable
HashtableEnumerator
Generated by
1.10.0