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.XmlStringConverter.ChangeType ( object value,
Type destinationType,
IXmlNamespaceResolver nsResolver )
inline

Definition at line 55 of file XmlStringConverter.cs.

56 {
57 if (value != null)
58 {
59 if (!true)
60 {
61 }
62 Type type = value.GetType();
64 XmlSchemaType schemaType = this.schemaType;
65 }
66 return "value";
67 }
new Type GetType()
Definition Type.cs:287

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