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() [1/6]

void Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >.Add ( KeyValuePair< TKey, TValue > item)
inline

Definition at line 205 of file DictionaryWrapper.cs.

206 {
208 if (dictionary != null)
209 {
210 if (dictionary == null)
211 {
212 throw new InvalidCastException();
213 }
214 if (dictionary != null)
215 {
216 return;
217 }
218 throw new InvalidCastException();
219 }
220 else
221 {
222 if (this._genericDictionary != null)
223 {
224 return;
225 }
226 return;
227 }
228 }
readonly IDictionary< TKey, TValue > _genericDictionary

References Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >._dictionary, Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >._genericDictionary, and System.dictionary.