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

◆ Completed

EventHandler< SocketAsyncEventArgs > System.Net.Sockets.SocketAsyncEventArgs.Completed
addremoveinherited

Definition at line 125 of file SocketAsyncEventArgs.cs.

126 {
128 add
129 {
131 if (@delegate != null && @delegate == null)
132 {
133 return;
134 }
135 }
137 remove
138 {
140 if (@delegate != null && @delegate == null)
141 {
142 return;
143 }
144 }
145 }
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
EventHandler< SocketAsyncEventArgs > Completed

Referenced by System.Net.Sockets.SocketAsyncEventArgs.OnCompleted().