terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
override void | Add (string key, string value) |
override void | Clear () |
override void | Remove (string key) |
virtual IEnumerator | GetEnumerator () |
Package Functions | |
TrackingStringDictionary () | |
TrackingStringDictionary (bool isReadOnly) | |
Package Attributes | |
Hashtable | contents |
Properties | |
bool | IsChanged [get, set] |
override string | this[string key] [get, set] |
Private Attributes | |
readonly bool | _isReadOnly |
bool | _isChanged |
Definition at line 9 of file TrackingStringDictionary.cs.