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

◆ SetParentProperties()

void MS.Internal.Xml.Cache.XPathNode.SetParentProperties ( XPathNodeType xptyp)
inline

Definition at line 200 of file XPathNode.cs.

201 {
202 if (xptyp == XPathNodeType.Attribute)
203 {
204 _props |= 16u;
205 return;
206 }
207 _props |= 32u;
208 if (xptyp == XPathNodeType.Element)
209 {
210 _props |= 64u;
211 }
212 }

References MS.Internal.Xml.Cache.XPathNode._props.

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