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

◆ XmlAtomicValue() [1/9]

System.Xml.Schema.XmlAtomicValue.XmlAtomicValue ( XmlSchemaType xmlType,
bool value )
inlinepackage

Definition at line 257 of file XmlAtomicValue.cs.

258 {
259 if (xmlType == null)
260 {
261 throw new ArgumentNullException("xmlType");
262 }
263 _xmlType = xmlType;
264 _clrType = TypeCode.Boolean;
266 }
readonly XmlSchemaType _xmlType

References System.Xml.Schema.XmlAtomicValue._clrType, System.Xml.Schema.XmlAtomicValue._xmlType, System.Xml.Dictionary, and System.value.