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.XmlNumeric10Converter.ToInt32 ( object value)
inline

Definition at line 83 of file XmlNumeric10Converter.cs.

84 {
85 if (value != null)
86 {
87 Type type = value.GetType();
88 int num;
89 return num;
90 }
91 throw new InvalidCastException();
92 }
new Type GetType()
Definition Type.cs:287

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