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

◆ RemoveKey()

void System.Collections.ObjectModel.KeyedCollection< TKey, TItem >.RemoveKey ( TKey key)
inlineprivate

Definition at line 178 of file KeyedCollection.cs.

179 {
180 if (this.keyCount != 0)
181 {
182 return;
183 }
184 }

References System.Collections.ObjectModel.KeyedCollection< TKey, TItem >.keyCount.