Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | MoveNext () |
void | Dispose () |
void IEnumerator. | Reset () |
Package Functions | |
Enumerator (Dictionary< TKey, TValue > dictionary, int getEnumeratorRetType) | |
Properties | |
KeyValuePair< TKey, TValue > | Current [get] |
object? IEnumerator. | Current [get] |
DictionaryEntry IDictionaryEnumerator. | Entry [get] |
object IDictionaryEnumerator. | Key [get] |
object? IDictionaryEnumerator. | Value [get] |
Private Attributes | |
readonly Dictionary< TKey, TValue > | _dictionary |
readonly int | _version |
int | _index |
KeyValuePair< TKey, TValue > | _current |
readonly int | _getEnumeratorRetType |
Definition at line 136 of file Dictionary.cs.