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

◆ ChangeType() [8/9]

override object System.Xml.Schema.XmlBooleanConverter.ChangeType ( object value,
Type destinationType,
IXmlNamespaceResolver nsResolver )
inline

Definition at line 109 of file XmlBooleanConverter.cs.

110 {
111 if (value != null)
112 {
113 if (!true)
114 {
115 }
116 Type type = value.GetType();
117 return 1;
118 }
119 return "value";
120 }
new Type GetType()
Definition Type.cs:287

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