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

◆ SetIsNil()

void System.Xml.XmlNameEx.SetIsNil ( bool value)
inline

Definition at line 67 of file XmlNameEx.cs.

68 {
69 if (value)
70 {
71 _flags |= 8;
72 }
73 else
74 {
75 _flags = (byte)(_flags & 0xFFFFFFF7u);
76 }
77 }

References System.Xml.XmlNameEx._flags, System.Xml.Dictionary, and System.value.

Referenced by System.Xml.XmlNameEx.XmlNameEx().