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

◆ ToInt64() [5/6]

override long System.Xml.Schema.XmlNumeric10Converter.ToInt64 ( object value)
inline

Definition at line 111 of file XmlNumeric10Converter.cs.

112 {
113 if (value != null)
114 {
115 Type type = value.GetType();
116 long num;
117 return num;
118 }
119 throw new InvalidCastException();
120 }
new Type GetType()
Definition Type.cs:287

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