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

◆ ToDateTime() [6/7]

override DateTime System.Xml.Schema.XmlAnyConverter.ToDateTime ( object value)
inline

Definition at line 29 of file XmlAnyConverter.cs.

30 {
31 if (value != null)
32 {
33 Type type = value.GetType();
34 }
35 throw new InvalidCastException();
36 }
new Type GetType()
Definition Type.cs:287

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