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

◆ XmlAtomicValue() [4/9]

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

Definition at line 290 of file XmlAtomicValue.cs.

291 {
292 if (xmlType == null)
293 {
294 throw new ArgumentNullException("xmlType");
295 }
296 _xmlType = xmlType;
297 _clrType = TypeCode.Int32;
299 }
readonly XmlSchemaType _xmlType

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