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.ListDictionaryInternal.Remove ( object key)
inline

Implements System.Collections.IDictionary.

Definition at line 273 of file ListDictionaryInternal.cs.

274 {
275 while (key == null)
276 {
277 }
279 if (dictionaryNode != null)
280 {
281 object key2 = dictionaryNode.key;
282 return;
283 }
284 }
class f__AnonymousType0<< Count > j__TPar
ListDictionaryInternal.DictionaryNode head

References System.Collections.ListDictionaryInternal.head, j__TPar, and System.key.