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

◆ Prefix

virtual string System.Xml.XmlNode.Prefix
getsetinherited

Definition at line 141 of file XmlNode.cs.

142 {
143 get
144 {
145 return string.Empty;
146 }
147 set
148 {
149 }
150 }

Referenced by System.Xml.XmlAttributeCollection.RemoveNodeAt().