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

◆ ToDouble() [5/6]

override double System.Xml.Schema.XmlAnyConverter.ToDouble ( object value)
inline

Definition at line 59 of file XmlAnyConverter.cs.

60 {
61 if (value != null)
62 {
63 Type type = value.GetType();
64 }
65 throw new InvalidCastException();
66 }
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), and System.value.