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

◆ Add()

void System.Collections.ListDictionaryInternal.Add ( object key,
object value )
inline

Implements System.Collections.IDictionary.

Definition at line 149 of file ListDictionaryInternal.cs.

150 {
151 for (;;)
152 {
153 if (key != null)
154 {
156 if (dictionaryNode == null)
157 {
158 goto IL_001D;
159 }
160 object key2 = dictionaryNode.key;
161 if (dictionaryNode.next == null)
162 {
163 break;
164 }
165 }
166 }
167 return;
168 IL_001D:
169 int num = this.count;
170 this.count = num;
171 }
class f__AnonymousType0<< Count > j__TPar
ListDictionaryInternal.DictionaryNode head

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