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

◆ ChangeType() [8/9]

override object System.Xml.Schema.XmlNumeric10Converter.ChangeType ( object value,
Type destinationType,
IXmlNamespaceResolver nsResolver )
inline

Definition at line 228 of file XmlNumeric10Converter.cs.

229 {
230 if (value != null)
231 {
232 if (!true)
233 {
234 }
235 Type type = value.GetType();
237 XmlSchemaDerivationMethod final = this.schemaType.final;
238 }
239 return "value";
240 }
new Type GetType()
Definition Type.cs:287
XmlSchemaDerivationMethod final

References System.Xml.Schema.XmlBaseConverter.clrTypeDefault, System.Xml.Schema.XmlSchemaType.final, System.Type.GetType(), System.Xml.Schema.XmlBaseConverter.schemaType, and System.value.