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

◆ EndNode

XmlNode System.Xml.DocumentXmlWriter.EndNode
set

Definition at line 165 of file DocumentXmlWriter.cs.

166 {
167 set
168 {
169 _end = value;
170 }
171 }