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.XmlAnyConverter.ToDecimal ( object value)
inline

Definition at line 49 of file XmlAnyConverter.cs.

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

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