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

◆ GetResolvedDefaultValue()

object Newtonsoft.Json.Serialization.JsonProperty.GetResolvedDefaultValue ( )
inlinepackage

Definition at line 268 of file JsonProperty.cs.

269 {
270 Type propertyType = this._propertyType;
271 if (propertyType != null)
272 {
274 {
275 object defaultValue = ReflectionUtils.GetDefaultValue(propertyType);
276 this._defaultValue = defaultValue;
278 }
279 return this._defaultValue;
280 }
281 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Serialization.JsonProperty._defaultValue, Newtonsoft.Json.Serialization.JsonProperty._hasExplicitDefaultValue, Newtonsoft.Json.Serialization.JsonProperty._hasGeneratedDefaultValue, Newtonsoft.Json.Serialization.JsonProperty._propertyType, Newtonsoft.Json.Utilities.ReflectionUtils.GetDefaultValue(), and j__TPar.