| 
    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 System.Runtime.Remoting.Messaging.ConstructionCallDictionary:
 Collaboration diagram for System.Runtime.Remoting.Messaging.ConstructionCallDictionary:Public Member Functions | |
| ConstructionCallDictionary (global::System.Runtime.Remoting.Activation.IConstructionCallMessage 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 | |
| override object | GetMethodProperty (string key) | 
| override void | SetMethodProperty (string key, object value) | 
| virtual global::System.Collections.IDictionary | AllocInternalProperties () | 
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 | ConstructionCallDictionary () | 
Private Attributes | |
| global::System.Collections.IDictionary | _internalProperties | 
| string[] | _methodKeys | 
| bool | _ownProperties | 
Definition at line 9 of file ConstructionCallDictionary.cs.