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

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

Definition at line 24 of file XmlAtomicValue.cs.

25 {
26 do
27 {
28 base..ctor();
29 }
30 while (xmlType == null);
32 this.clrType = TypeCode.DateTime;
34 }
class f__AnonymousType0<< Count > j__TPar
TypeCode
Definition TypeCode.cs:7

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