Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Entry
DictionaryEntry
System.Collections.Hashtable.HashtableEnumerator.Entry
get
Implements
System.Collections.IDictionaryEnumerator
.
Definition at line
285
of file
Hashtable.cs
.
286
{
287
get
288
{
289
if
(!
_current
)
290
{
291
throw
new
InvalidOperationException
(SR.InvalidOperation_EnumOpCantHappen);
292
}
293
return
new
DictionaryEntry(
_currentKey
,
_currentValue
);
294
}
295
}
System.Collections.Hashtable.HashtableEnumerator._current
bool _current
Definition
Hashtable.cs:265
System.Collections.Hashtable.HashtableEnumerator._currentKey
object _currentKey
Definition
Hashtable.cs:269
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