|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| DictionaryEnumerator (IDictionary< TKey, TValue > dictionary) | |
| bool | MoveNext () |
| void | Reset () |
Properties | |
| DictionaryEntry | Entry [get] |
| object | Key [get] |
| object | Value [get] |
| object | Current [get] |
Private Attributes | |
| readonly IDictionary< TKey, TValue > | _dictionary |
| readonly IEnumerator< KeyValuePair< TKey, TValue > > | _enumerator |
Definition at line 14 of file ReadOnlyDictionary.cs.