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

◆ SetEmptyValue()

void MS.Internal.Xml.Cache.XPathNode.SetEmptyValue ( bool allowShortcutTag)
inline

Definition at line 185 of file XPathNode.cs.

186 {
187 _value = string.Empty;
188 if (allowShortcutTag)
189 {
190 _props |= 256u;
191 }
192 }

References MS.Internal.Xml.Cache.XPathNode._props, and MS.Internal.Xml.Cache.XPathNode._value.

Referenced by MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteEndElement().