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.Specialized.ListDictionary.Add ( object key,
object value )
inline

Implements System.Collections.IDictionary.

Definition at line 169 of file ListDictionary.cs.

170 {
171 while (key == null)
172 {
173 }
175 if (dictionaryNode == null)
176 {
177 int num = this.count;
178 this.count = num;
179 return;
180 }
181 IComparer comparer = this.comparer;
182 object key2 = dictionaryNode.key;
183 if (comparer != null)
184 {
185 return;
186 }
187 }
class f__AnonymousType0<< Count > j__TPar

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