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

◆ WriteComment()

override void Newtonsoft.Json.Linq.JTokenWriter.WriteComment ( string text)
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonWriter.

Definition at line 218 of file JTokenWriter.cs.

219 {
220 base.WriteComment(text);
221 JValue jvalue = JValue.CreateComment(text);
222 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Linq.JValue.CreateComment(), j__TPar, and System.text.