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

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

Definition at line 128 of file XmlAtomicValue.cs.

129 {
130 do
131 {
132 base..ctor();
133 if (value == null)
134 {
135 return;
136 }
137 }
138 while (xmlType == null);
141 if (nsResolver != null)
142 {
143 XmlTypeCode typeCode = xmlType.TypeCode;
144 XmlSchemaType xmlSchemaType = this.xmlType;
145 object obj = this.objVal;
146 return;
147 }
148 }
class f__AnonymousType0<< Count > j__TPar

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