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

◆ ReadRegexObject()

Regex Newtonsoft.Json.Converters.RegexConverter.ReadRegexObject ( JsonReader reader,
JsonSerializer serializer )
inlineprivate

Definition at line 66 of file RegexConverter.cs.

67 {
68 RegexOptions regexOptions = serializer.Deserialize<RegexOptions>(reader);
69 reader.Skip();
70 while (reader == null)
71 {
72 }
73 throw new InvalidCastException();
74 }
class f__AnonymousType0<< Count > j__TPar

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