Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Disposing

EventHandler<EventArgs> Microsoft.Xna.Framework.Graphics.GraphicsResource.Disposing
addremoveinherited

Definition at line 84 of file GraphicsResource.cs.

85 {
86 [MethodImpl(MethodImplOptions.Synchronized)]
87 add
88 {
90 }
91 [MethodImpl(MethodImplOptions.Synchronized)]
92 remove
93 {
95 }
96 }
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition Delegate.cs:463
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition Delegate.cs:379