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

◆ InnerXml

virtual string System.Xml.XmlNode.InnerXml
getsetinherited

Definition at line 208 of file XmlNode.cs.

209 {
210 get
211 {
213 XmlDOMTextWriter xmlDOMTextWriter = new XmlDOMTextWriter(stringWriter);
214 try
215 {
217 }
218 finally
219 {
220 xmlDOMTextWriter.Close();
221 }
222 return stringWriter.ToString();
223 }
224 set
225 {
227 }
228 }
static CultureInfo InvariantCulture
static string Xdom_Set_InnerXml
Definition SR.cs:1302
Definition SR.cs:7
void WriteContentTo(XmlWriter w)