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

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

Definition at line 50 of file XmlAtomicValue.cs.

51 {
52 do
53 {
54 base..ctor();
55 }
56 while (xmlType == null);
58 this.clrType = TypeCode.Int32;
60 }
class f__AnonymousType0<< Count > j__TPar
TypeCode
Definition TypeCode.cs:7

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