terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ InvokableCall() [6/7]

UnityEngine.Events.InvokableCall< T1, T2, T3, T4 >.InvokableCall ( object target,
MethodInfo theFunction )
inline

Definition at line 33 of file InvokableCall.cs.

34 : base(target, theFunction)
35 {
36 if (!true)
37 {
38 }
39 Type type;
40 Delegate @delegate = global::System.Delegate.CreateDelegate(type, target, theFunction);
41 if (@delegate != null)
42 {
43 }
45 }
class f__AnonymousType0<< Count > j__TPar
static Delegate CreateDelegate(Type type, object firstArgument, MethodInfo method, bool throwOnBindFailure, bool allowClosed)
Definition Delegate.cs:76

References System.Delegate.CreateDelegate(), and j__TPar.