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() [5/9]

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

Definition at line 63 of file XmlAtomicValue.cs.

64 {
65 do
66 {
67 base..ctor();
68 }
69 while (xmlType == null);
71 this.clrType = TypeCode.Int64;
73 }
class f__AnonymousType0<< Count > j__TPar
TypeCode
Definition TypeCode.cs:7

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