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 [2/2]

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

Definition at line 14 of file InvokableCall.cs.

15 {
17 add
18 {
19 if (global::System.Delegate.Combine(this.Delegate, value) != null)
20 {
21 }
22 }
24 remove
25 {
26 if (global::System.Delegate.Remove(this.Delegate, value) != null)
27 {
28 }
29 }
30 }
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