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

◆ Clear()

void System.Xml.Schema.BitSet.Clear ( )
inline

Definition at line 40 of file BitSet.cs.

41 {
42 int num = _bits.Length;
43 int num2 = num;
44 while (num2-- > 0)
45 {
46 _bits[num2] = 0u;
47 }
48 }

References System.Xml.Schema.BitSet._bits, and System.Xml.Dictionary.

Referenced by System.Xml.Schema.NfaContentValidator.ValidateElement().