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

◆ JsonFormatterConverter()

Newtonsoft.Json.Serialization.JsonFormatterConverter.JsonFormatterConverter ( JsonSerializerInternalReader reader,
JsonISerializableContract contract,
JsonProperty member )
inline

Definition at line 15 of file JsonFormatterConverter.cs.

16 {
17 ValidationUtils.ArgumentNotNull(reader, "reader");
19 this._reader = reader;
22 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), and j__TPar.