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

◆ ResourceDestroyed

EventHandler< ResourceDestroyedEventArgs > Microsoft.Xna.Framework.Graphics.GraphicsDevice.ResourceDestroyed
addremove

Definition at line 133 of file GraphicsDevice.cs.

134 {
136 add
137 {
139 if (@delegate != null && @delegate == null)
140 {
141 return;
142 }
143 }
145 remove
146 {
148 if (@delegate != null && @delegate == null)
149 {
150 return;
151 }
152 }
153 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ResourceDestroyedEventArgs > ResourceDestroyed
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278