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

◆ Depth

int System.Xml.XmlBaseWriter.NamespaceManager.XmlAttribute.Depth
getset

Definition at line 83 of file XmlBaseWriter.cs.

84 {
85 get
86 {
87 return _depth;
88 }
89 set
90 {
91 _depth = value;
92 }
93 }