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

◆ ResultCallbacks

XBOOnlinePresencePermissions OnlinePresencePermissionsResult XBOOnlinePresencePermissions.RequestResult.ResultCallbacks
addremove

Definition at line 89 of file XBOOnlinePresencePermissions.cs.

90 {
92 add
93 {
94 if (Delegate.Combine(this.ResultCallbacks, value) != null)
95 {
96 }
97 }
99 remove
100 {
101 if (Delegate.Remove(this.ResultCallbacks, value) != null)
102 {
103 }
104 }
105 }
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