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

◆ ComponentAdded

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

Definition at line 14 of file GameComponentCollection.cs.

15 {
17 add
18 {
20 if (@delegate != null && @delegate == null)
21 {
22 return;
23 }
24 }
26 remove
27 {
29 if (@delegate != null && @delegate == null)
30 {
31 return;
32 }
33 }
34 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< GameComponentCollectionEventArgs > ComponentAdded
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.InsertItem(), and Microsoft.Xna.Framework.GameComponentCollection.OnComponentAdded().