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

◆ HasAttributes

override bool System.Xml.Linq.XNodeReader.HasAttributes
get

Definition at line 87 of file XNodeReader.cs.

88 {
89 get
90 {
91 if (!IsInteractive)
92 {
93 return false;
94 }
96 if (elementInAttributeScope != null && elementInAttributeScope.lastAttr != null)
97 {
99 {
101 }
102 return true;
103 }
104 return false;
105 }
106 }
XElement GetElementInAttributeScope()
XAttribute GetFirstNonDuplicateNamespaceAttribute(XAttribute candidate)
readonly bool _omitDuplicateNamespaces