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

◆ ReadForType()

bool Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType ( JsonReader reader,
JsonContract contract,
bool hasConverter )
inlineprivate

Definition at line 959 of file JsonSerializerInternalReader.cs.

960 {
961 if (contract != null)
962 {
963 ReadType internalReadType = contract.InternalReadType;
964 }
965 return reader.ReadAndMoveToContent();
966 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Newtonsoft.Json.JsonReader.ReadAndMoveToContent().