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

◆ SetIsDefault()

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

Definition at line 55 of file XmlNameEx.cs.

56 {
57 if (value)
58 {
59 _flags |= 4;
60 }
61 else
62 {
63 _flags = (byte)(_flags & 0xFFFFFFFBu);
64 }
65 }

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

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