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

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

Definition at line 12 of file XmlAtomicValue.cs.

13 {
14 do
15 {
16 base..ctor();
17 }
18 while (xmlType == null);
20 this.clrType = TypeCode.Boolean;
21 }
class f__AnonymousType0<< Count > j__TPar
TypeCode
Definition TypeCode.cs:7

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