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

void IDictionary. Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >.Add ( object key,
object value )
inlineprivate

Implements System.Collections.IDictionary.

Definition at line 386 of file DictionaryWrapper.cs.

387 {
388 if (this._dictionary != null)
389 {
390 return;
391 }
393 if (key != null && key == null)
394 {
395 throw new InvalidCastException();
396 }
397 if (genericDictionary == null)
398 {
399 throw new InvalidCastException();
400 }
401 }
class f__AnonymousType0<< Count > j__TPar
readonly IDictionary< TKey, TValue > _genericDictionary

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