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

Definition at line 89 of file XmlAnyConverter.cs.

90 {
91 if (value != null)
92 {
93 Type type = value.GetType();
94 }
95 throw new InvalidCastException();
96 }
new Type GetType()
Definition Type.cs:287

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