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

◆ XmlAtomicValue() [5/9]

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

Definition at line 301 of file XmlAtomicValue.cs.

302 {
303 if (xmlType == null)
304 {
305 throw new ArgumentNullException("xmlType");
306 }
307 _xmlType = xmlType;
308 _clrType = TypeCode.Int64;
310 }
readonly XmlSchemaType _xmlType

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