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

◆ ToSingle() [2/3]

override float System.Xml.Schema.XmlNumeric2Converter.ToSingle ( object value)
inline

Definition at line 93 of file XmlNumeric2Converter.cs.

94 {
95 if (value != null)
96 {
97 Type type = value.GetType();
98 }
99 throw new InvalidCastException();
100 }
new Type GetType()
Definition Type.cs:287

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