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

◆ XmlAtomicValue() [2/9]

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

Definition at line 268 of file XmlAtomicValue.cs.

269 {
270 if (xmlType == null)
271 {
272 throw new ArgumentNullException("xmlType");
273 }
274 _xmlType = xmlType;
275 _clrType = TypeCode.DateTime;
277 }
readonly XmlSchemaType _xmlType

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