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

◆ DeviceResetting

EventHandler< EventArgs > Microsoft.Xna.Framework.Graphics.GraphicsDevice.DeviceResetting
addremove

Definition at line 83 of file GraphicsDevice.cs.

84 {
86 add
87 {
89 if (@delegate != null && @delegate == null)
90 {
91 return;
92 }
93 }
95 remove
96 {
98 if (@delegate != null && @delegate == null)
99 {
100 return;
101 }
102 }
103 }
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