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

Definition at line 115 of file XmlDateTimeConverter.cs.

116 {
117 if (value != null)
118 {
119 Type type = value.GetType();
120 if (value == null)
121 {
122 }
123 }
124 throw new InvalidCastException();
125 }
new Type GetType()
Definition Type.cs:287

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