Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WriteProcessingInstruction() [1/2]

override void System.Xml.XmlEventCache.WriteProcessingInstruction ( string name,
string text )
inline

Definition at line 331 of file XmlEventCache.cs.

332 {
333 AddEvent(XmlEventType.PI, name, text);
334 }
void AddEvent(XmlEventType eventType)

References System.Xml.XmlEventCache.AddEvent(), and System.text.

Referenced by System.Xml.XmlAutoDetectWriter.WriteProcessingInstruction().