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.XmlDateTimeConverter.ToDateTime ( object value)
inline

Definition at line 66 of file XmlDateTimeConverter.cs.

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

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