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

◆ TryGetValue()

bool Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >.TryGetValue ( TKey key,
[Out] TValue value )
inline

Implements System.Collections.Generic.IDictionary< TKey, TValue >.

Definition at line 120 of file DictionaryWrapper.cs.

121 {
122 if (this._dictionary != null)
123 {
124 }
127 long value2 = 0.m_value;
128 if (dictionary != null)
129 {
130 if (dictionary == null)
131 {
132 throw new InvalidCastException();
133 }
134 }
135 if (dictionary == null || dictionary != null)
136 {
137 }
138 throw new InvalidCastException();
139 }
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, System.dictionary, and j__TPar.