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

◆ WriteValue()

virtual void System.Xml.XmlWriter.WriteValue ( string value)
inlinevirtual

Reimplemented in System.Xml.XmlAsyncCheckWriter, System.Xml.XmlAutoDetectWriter, System.Xml.XmlEventCache, System.Xml.XmlRawWriter, and System.Xml.XmlWellFormedWriter.

Definition at line 99 of file XmlWriter.cs.

100 {
101 if (value != null)
102 {
103 return;
104 }
105 }

References System.value.