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 | |
TrackingValidationObjectDictionary (Dictionary< string, TrackingValidationObjectDictionary.ValidateAndParseValue > validators) | |
object | InternalGet (string key) |
void | InternalSet (string key, object value) |
delegate object | ValidateAndParseValue (object valueToValidate) |
Package Attributes | |
Hashtable | contents |
Properties | |
bool | IsChanged [get, set] |
override string | this[string key] [get, set] |
Private Member Functions | |
void | PersistValue (string key, string value, bool addValue) |
Private Attributes | |
readonly Dictionary< string, TrackingValidationObjectDictionary.ValidateAndParseValue > | _validators |
Dictionary< string, object > | _internalObjects |
bool< IsChanged > | k__BackingField |
Definition at line 11 of file TrackingValidationObjectDictionary.cs.