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

◆ Delegate [1/2]

UnityAction UnityEngine.Events.InvokableCall< T1, T2, T3, T4 >.Delegate
addremoveprotected

Definition at line 14 of file InvokableCall.2.cs.

15 {
17 add
18 {
19 Delegate @delegate = global::System.Delegate.Combine(this.Delegate, value);
20 if (@delegate != null && @delegate == null)
21 {
22 return;
23 }
24 }
26 remove
27 {
28 Delegate @delegate = global::System.Delegate.Remove(this.Delegate, value);
29 if (@delegate != null && @delegate == null)
30 {
31 return;
32 }
33 }
34 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278

Referenced by UnityEngine.Events.InvokableCall< T1, T2, T3, T4 >.Invoke(), UnityEngine.Events.InvokableCall< T1, T2, T3, T4 >.Invoke(), and UnityEngine.Events.InvokableCall< T1, T2, T3, T4 >.Invoke().