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

◆ ContentLost

EventHandler< EventArgs > Microsoft.Xna.Framework.Graphics.RenderTarget2D.ContentLost
addremove

Definition at line 72 of file RenderTarget2D.cs.

73 {
75 add
76 {
78 if (@delegate != null && @delegate == null)
79 {
80 return;
81 }
82 }
84 remove
85 {
87 if (@delegate != null && @delegate == null)
88 {
89 return;
90 }
91 }
92 }
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