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 System.Collections.ObjectModel.KeyedCollection< TKey, TItem >.RemoveItem ( int index)
inlineprotectedvirtual

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

Definition at line 143 of file KeyedCollection.cs.

144 {
145 if (this != null)
146 {
147 }
148 }