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

◆ ResourceCreated

EventHandler< ResourceCreatedEventArgs > Microsoft.Xna.Framework.Graphics.GraphicsDevice.ResourceCreated
addremove

Definition at line 108 of file GraphicsDevice.cs.

109 {
111 add
112 {
114 if (@delegate != null && @delegate == null)
115 {
116 return;
117 }
118 }
120 remove
121 {
123 if (@delegate != null && @delegate == null)
124 {
125 return;
126 }
127 }
128 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ResourceCreatedEventArgs > ResourceCreated
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278