| 
    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.MessageDictionary:
 Collaboration diagram for System.Runtime.Remoting.Messaging.MessageDictionary:Classes | |
| class | DictionaryEnumerator | 
Public Member Functions | |
| MessageDictionary (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 () | 
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 () | 
Private Attributes | |
| global::System.Collections.IDictionary | _internalProperties | 
| string[] | _methodKeys | 
| bool | _ownProperties | 
Definition at line 10 of file MessageDictionary.cs.