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

Definition at line 196 of file XmlDateTimeConverter.cs.

197 {
198 if (value != null)
199 {
200 if (!true)
201 {
202 }
203 Type type = value.GetType();
205 XmlSchemaDerivationMethod final = this.schemaType.final;
206 throw new InvalidCastException();
207 }
208 return "value";
209 }
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.