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

◆ NeverSubset()

bool System.Xml.Xsl.XmlQueryCardinality.NeverSubset ( XmlQueryCardinality other)
inline

Definition at line 118 of file XmlQueryCardinality.cs.

119 {
120 if (_value != 0)
121 {
122 return (_value & other._value) == 0;
123 }
124 return false;
125 }

References System.Xml.Xsl.XmlQueryCardinality._value, and System.other.

Referenced by System.Xml.Xsl.XmlQueryType.NeverSubtypeOf().