terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ XmlAtomicValue() [3/9]

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

Definition at line 37 of file XmlAtomicValue.cs.

38 {
39 do
40 {
41 base..ctor();
42 }
43 while (xmlType == null);
45 this.clrType = TypeCode.Double;
47 }
class f__AnonymousType0<< Count > j__TPar
TypeCode
Definition TypeCode.cs:7

References j__TPar, System.value, and System.Xml.Schema.XmlAtomicValue.xmlType.