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

Definition at line 25 of file XmlStringConverter.cs.

26 {
27 if (value != null)
28 {
29 Type type = value.GetType();
30 if (this != null)
31 {
32 }
33 }
34 throw new InvalidCastException();
35 }
new Type GetType()
Definition Type.cs:287

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