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

◆ ToString() [10/10]

override string System.Xml.Schema.XmlDateTimeConverter.ToString ( object value,
IXmlNamespaceResolver nsResolver )
inline

Definition at line 142 of file XmlDateTimeConverter.cs.

143 {
144 if (value != null)
145 {
146 Type type = value.GetType();
147 if (this != null)
148 {
149 }
150 }
151 throw new InvalidCastException();
152 }
new Type GetType()
Definition Type.cs:287

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