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

◆ Depth

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

Definition at line 578 of file XmlBaseReader.cs.

579 {
580 get
581 {
582 return _depth;
583 }
584 set
585 {
586 _depth = value;
587 }
588 }