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

◆ XmlAtomicValue() [3/9]

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

Definition at line 279 of file XmlAtomicValue.cs.

280 {
281 if (xmlType == null)
282 {
283 throw new ArgumentNullException("xmlType");
284 }
285 _xmlType = xmlType;
286 _clrType = TypeCode.Double;
288 }
readonly XmlSchemaType _xmlType

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