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

◆ IsEmptyElement

override bool System.Xml.XPath.XNodeNavigator.IsEmptyElement
get

Definition at line 74 of file XNodeNavigator.cs.

75 {
76 get
77 {
79 {
80 return xElement.IsEmpty;
81 }
82 return false;
83 }
84 }