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

◆ ComponentRemoved

EventHandler< GameComponentCollectionEventArgs > Microsoft.Xna.Framework.GameComponentCollection.ComponentRemoved
addremove

Definition at line 39 of file GameComponentCollection.cs.

40 {
42 add
43 {
45 if (@delegate != null && @delegate == null)
46 {
47 return;
48 }
49 }
51 remove
52 {
53 if (Delegate.Remove(this.ComponentRemoved, value) == null)
54 {
55 return;
56 }
57 }
58 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< GameComponentCollectionEventArgs > ComponentRemoved
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278

Referenced by Microsoft.Xna.Framework.GameComponentCollection.ClearItems(), Microsoft.Xna.Framework.GameComponentCollection.OnComponentRemoved(), and Microsoft.Xna.Framework.GameComponentCollection.RemoveItem().