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

◆ IsCompatible()

bool System.Net.CallbackClosure.IsCompatible ( AsyncCallback callback)
inlinepackage

Definition at line 20 of file CallbackClosure.cs.

21 {
22 if (callback == null)
23 {
24 return;
25 }
27 if (savedCallback != null)
28 {
29 return object.Equals(savedCallback, callback);
30 }
31 }
class f__AnonymousType0<< Count > j__TPar
override bool Equals(object obj)

References System.Net.CallbackClosure._savedCallback, System.MulticastDelegate.Equals(), and j__TPar.