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 | |
MCMDictionary (IMethodMessage message) | |
global::System.Collections.IDictionary | GetInternalProperties () |
void | Add (object key, object value) |
void | Clear () |
bool | Contains (object key) |
void | Remove (object key) |
void | CopyTo (global::System.Array array, int index) |
global::System.Collections.IDictionaryEnumerator | GetEnumerator () |
Static Public Attributes | |
static string[] | InternalKeys |
Protected Member Functions | |
virtual global::System.Collections.IDictionary | AllocInternalProperties () |
virtual object | GetMethodProperty (string key) |
virtual void | SetMethodProperty (string key, object value) |
Protected Attributes | |
IMethodMessage | _message |
Package Functions | |
bool | HasUserData () |
Properties | |
global::System.Collections.IDictionary | InternalDictionary [get, set] |
string[] | MethodKeys [set] |
bool | IsFixedSize [get, set] |
bool | IsReadOnly [get, set] |
object | this[object key] [get, set] |
global::System.Collections.ICollection | Keys [get, set] |
global::System.Collections.ICollection | Values [get, set] |
int | Count [get, set] |
bool | IsSynchronized [get, set] |
object | SyncRoot [get, set] |
Private Member Functions | |
bool | IsOverridenKey (string key) |
global::System.Collections.IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
Static Private Member Functions | |
static | MCMDictionary () |
Private Attributes | |
global::System.Collections.IDictionary | _internalProperties |
string[] | _methodKeys |
bool | _ownProperties |
Definition at line 9 of file MCMDictionary.cs.