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

◆ Remove()

void System.Collections.Specialized.ListDictionary.Remove ( object key)
inline

Implements System.Collections.IDictionary.

Definition at line 295 of file ListDictionary.cs.

296 {
297 while (key == null)
298 {
299 }
301 if (dictionaryNode == null)
302 {
303 return;
304 }
305 IComparer comparer = this.comparer;
306 object key2 = dictionaryNode.key;
307 if (comparer != null)
308 {
309 return;
310 }
311 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Specialized.ListDictionary.comparer, System.Collections.Specialized.ListDictionary.head, j__TPar, System.key, and System.Collections.Specialized.ListDictionary.DictionaryNode.key.