| 
    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 UnityEngine.UI.InputField.SubmitEvent:
 Collaboration diagram for UnityEngine.UI.InputField.SubmitEvent:Public Member Functions | |
| SubmitEvent () | |
| void | AddListener (UnityAction< T0 > call) | 
| void | AddListener (UnityAction call) | 
| void | RemoveListener (UnityAction< T0 > call) | 
| void | Invoke (T0 arg0) | 
| void | Invoke () | 
| override string | ToString () | 
Static Public Member Functions | |
| static MethodInfo | GetValidMethodInfo (object obj, string functionName, Type[] argumentTypes) | 
| static MethodInfo | GetValidMethodInfo (Type objectType, string functionName, Type[] argumentTypes) | 
Protected Member Functions | |
| void | RemoveListener (object targetObj, MethodInfo method) | 
| override MethodInfo | FindMethod_Impl (string name, Type targetObjType) | 
| override MethodInfo | FindMethod_Impl (string name, Type targetObjType) | 
| override MethodInfo | FindMethod_Impl (string name, Type targetObjType) | 
| override MethodInfo | FindMethod_Impl (string name, Type targetObjType) | 
| override MethodInfo | FindMethod_Impl (string name, Type targetObjType) | 
| MethodInfo | FindMethod_Impl (string name, Type targetObjType) | 
Package Functions | |
| override BaseInvokableCall | GetDelegate (object target, MethodInfo theFunction) | 
| override BaseInvokableCall | GetDelegate (object target, MethodInfo theFunction) | 
| override BaseInvokableCall | GetDelegate (object target, MethodInfo theFunction) | 
| override BaseInvokableCall | GetDelegate (object target, MethodInfo theFunction) | 
| override BaseInvokableCall | GetDelegate (object target, MethodInfo theFunction) | 
| BaseInvokableCall | GetDelegate (object target, MethodInfo theFunction) | 
| MethodInfo | FindMethod (PersistentCall call) | 
| MethodInfo | FindMethod (string name, Type listenerType, PersistentListenerMode mode, Type argumentType) | 
| void | AddCall (BaseInvokableCall call) | 
| List< BaseInvokableCall > | PrepareInvoke () | 
Private Member Functions | |
| void UnityEngine.ISerializationCallbackReceiver. | OnBeforeSerialize () | 
| void UnityEngine.ISerializationCallbackReceiver. | OnAfterDeserialize () | 
| void | DirtyPersistentCalls () | 
| void | RebuildPersistentCallsIfNeeded () | 
Static Private Member Functions | |
| static BaseInvokableCall | GetDelegate (UnityAction< T0 > action) | 
| static BaseInvokableCall | GetDelegate (UnityAction action) | 
Private Attributes | |
| object[] | m_InvokeArray | 
| InvokableCallList | m_Calls | 
| PersistentCallGroup | m_PersistentCalls | 
| bool | m_CallsDirty | 
Definition at line 3228 of file InputField.cs.