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

Definition at line 79 of file XmlAnyConverter.cs.

80 {
81 if (value != null)
82 {
83 Type type = value.GetType();
84 }
85 throw new InvalidCastException();
86 }
new Type GetType()
Definition Type.cs:287

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