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
◆
DefaultValue
object Newtonsoft.Json.Serialization.JsonProperty.DefaultValue
get
set
Definition at line
251
of file
JsonProperty.cs
.
252
{
253
get
254
{
255
if
(this.
_hasExplicitDefaultValue
)
256
{
257
return
this.
_defaultValue
;
258
}
259
}
260
set
261
{
262
this._hasExplicitDefaultValue
=
true
;
263
this._defaultValue
=
value
;
264
}
265
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Serialization.JsonProperty._hasExplicitDefaultValue
bool _hasExplicitDefaultValue
Definition
JsonProperty.cs:579
Newtonsoft.Json.Serialization.JsonProperty._defaultValue
object _defaultValue
Definition
JsonProperty.cs:582
System.ExceptionArgument.value
@ value
Newtonsoft
Json
Serialization
JsonProperty
Generated by
1.10.0