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

◆ this[object key]

object IDictionary. Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >.this[object key]
getsetprivate

Implements System.Collections.IDictionary.

Definition at line 404 of file DictionaryWrapper.cs.

405 {
406 get
407 {
408 do
409 {
410 if (this._dictionary != null)
411 {
412 }
414 }
415 while (key == null || key != null);
416 throw new InvalidCastException();
417 }
418 set
419 {
420 if (this._dictionary != null)
421 {
422 return;
423 }
425 if (key != null && key == null)
426 {
427 throw new InvalidCastException();
428 }
429 if (value != null && value == null)
430 {
431 throw new InvalidCastException();
432 }
433 }
434 }
class f__AnonymousType0<< Count > j__TPar
readonly IDictionary< TKey, TValue > _genericDictionary