Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | MoveNext () |
void | Reset () |
Package Functions | |
DictionaryEnumerator (IEnumerator< KeyValuePair< TKey, TValue > > inner) | |
Properties | |
DictionaryEntry | Entry [get] |
object | Key [get] |
object? | Value [get] |
object | Current [get] |
Private Attributes | |
readonly IEnumerator< KeyValuePair< TKey, TValue > > | _inner |
TKey | : | notnull |
Definition at line 5 of file DictionaryEnumerator.cs.