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

◆ GetInvocationList()

override Delegate[] System.MulticastDelegate.GetInvocationList ( )
inlinesealedvirtualinherited

Reimplemented from System.Delegate.

Definition at line 57 of file MulticastDelegate.cs.

58 {
59 object obj;
60 if (this.delegates != null)
61 {
62 if (obj != null)
63 {
64 if (obj == null)
65 {
66 throw new InvalidCastException();
67 }
68 }
69 }
70 else if (obj != null)
71 {
72 }
74 }

References System.MulticastDelegate.delegates, and System.obj.