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

◆ RemoveItem()

override void Microsoft.Xna.Framework.GameComponentCollection.RemoveItem ( int index)
inlineprotectedvirtual

Reimplemented from System.Collections.ObjectModel.Collection< IGameComponent >.

Definition at line 101 of file GameComponentCollection.cs.

102 {
103 IGameComponent gameComponent = base[index];
104 base.RemoveItem(index);
105 if (gameComponent != null && this.ComponentRemoved != null)
106 {
107 return;
108 }
109 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< GameComponentCollectionEventArgs > ComponentRemoved

References Microsoft.Xna.Framework.GameComponentCollection.ComponentRemoved, System.index, and j__TPar.