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

◆ InsertItem() [2/2]

override void System.Collections.ObjectModel.KeyedCollection< TKey, TItem >.InsertItem ( int index,
TItem item )
inlineprotected

Definition at line 135 of file KeyedCollection.cs.

136 {
137 if (this != null)
138 {
139 }
140 }