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

◆ IsValidChildType()

override bool System.Xml.XmlAttribute.IsValidChildType ( XmlNodeType type)
inlinepackagevirtualinherited

Reimplemented from System.Xml.XmlNode.

Definition at line 257 of file XmlAttribute.cs.

258 {
259 if (type != XmlNodeType.Text)
260 {
261 return type == XmlNodeType.EntityReference;
262 }
263 return true;
264 }

References System.type.