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

◆ WriteTo()

override void System.Xml.Linq.XComment.WriteTo ( XmlWriter writer)
inline

Definition at line 67 of file XComment.cs.

68 {
69 while (writer == null)
70 {
71 }
72 string text = this.value;
73 }

References System.text, and System.Xml.Linq.XComment.value.