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.XmlNumeric2Converter.ToString ( object value,
IXmlNamespaceResolver nsResolver )
inline

Definition at line 120 of file XmlNumeric2Converter.cs.

121 {
122 if (value != null)
123 {
124 Type type = value.GetType();
125 if (this != null)
126 {
127 }
128 }
129 throw new InvalidCastException();
130 }
new Type GetType()
Definition Type.cs:287

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