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

◆ ToDateTimeOffset() [2/3]

override DateTimeOffset System.Xml.Schema.XmlAnyConverter.ToDateTimeOffset ( object value)
inline

Definition at line 39 of file XmlAnyConverter.cs.

40 {
41 if (value != null)
42 {
43 Type type = value.GetType();
44 }
45 throw new InvalidCastException();
46 }
new Type GetType()
Definition Type.cs:287

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