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
◆
DateFormatString
virtual
string Newtonsoft.Json.JsonSerializer.DateFormatString
get
set
Definition at line
575
of file
JsonSerializer.cs
.
576
{
577
get
578
{
579
string
dateFormatString
= this.
_dateFormatString
;
580
return
"yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK"
;
581
}
582
set
583
{
584
this._dateFormatString
=
value
;
585
this._dateFormatStringSet
=
true
;
586
}
587
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.JsonSerializer._dateFormatString
string _dateFormatString
Definition
JsonSerializer.cs:989
System.ExceptionArgument.value
@ value
Newtonsoft
Json
JsonSerializer
Generated by
1.10.0