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

◆ ToDecimal() [1/2]

override decimal System.Xml.Schema.XmlNumeric10Converter.ToDecimal ( object value)
inline

Definition at line 50 of file XmlNumeric10Converter.cs.

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

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