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.XmlNumeric2Converter.ToDouble ( object value)
inline

Definition at line 51 of file XmlNumeric2Converter.cs.

52 {
53 if (value != null)
54 {
55 Type type = value.GetType();
56 }
57 throw new InvalidCastException();
58 }
new Type GetType()
Definition Type.cs:287

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