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

◆ BaseURI

override string System.Xml.XmlAttribute.BaseURI
getinherited

Definition at line 111 of file XmlAttribute.cs.

112 {
113 get
114 {
115 if (OwnerElement != null)
116 {
117 return OwnerElement.BaseURI;
118 }
119 return string.Empty;
120 }
121 }
virtual ? XmlElement OwnerElement
virtual string BaseURI
Definition XmlNode.cs:233