|
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
|
Inheritance diagram for Newtonsoft.Json.Utilities.IWrappedDictionary:
Collaboration diagram for Newtonsoft.Json.Utilities.IWrappedDictionary:Public Member Functions | |
| bool | Contains (object key) |
| void | Add (object key, object value) |
| void | Clear () |
| IDictionaryEnumerator | GetEnumerator () |
| void | Remove (object key) |
| void | CopyTo (global::System.Array array, int index) |
Properties | |
| object | UnderlyingDictionary [get] |
| object | this[object key] [get, set] |
| ICollection | Keys [get] |
| ICollection | Values [get] |
| bool | IsReadOnly [get] |
| bool | IsFixedSize [get] |
| int | Count [get] |
| object | SyncRoot [get] |
| bool | IsSynchronized [get] |
Definition at line 10 of file IWrappedDictionary.cs.