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

System.Xml.Schema.XmlAtomicValue.XmlAtomicValue ( XmlSchemaType xmlType,
string value,
IXmlNamespaceResolver nsResolver )
inlinepackage

Definition at line 92 of file XmlAtomicValue.cs.

93 {
94 do
95 {
96 base..ctor();
97 if (value == null)
98 {
99 return;
100 }
101 }
102 while (xmlType == null);
105 if (nsResolver != null)
106 {
107 XmlTypeCode typeCode = xmlType.TypeCode;
108 XmlSchemaType xmlSchemaType = this.xmlType;
109 return;
110 }
111 }
class f__AnonymousType0<< Count > j__TPar

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