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

◆ ToInt32() [5/6]

override int System.Xml.Schema.XmlAnyConverter.ToInt32 ( object value)
inline

Definition at line 69 of file XmlAnyConverter.cs.

70 {
71 if (value != null)
72 {
73 Type type = value.GetType();
74 }
75 throw new InvalidCastException();
76 }
new Type GetType()
Definition Type.cs:287

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