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.XmlAnyConverter.ChangeType ( object value,
Type destinationType,
IXmlNamespaceResolver nsResolver )
inline

Definition at line 211 of file XmlAnyConverter.cs.

212 {
213 int num = 1;
214 if (value != null)
215 {
216 if (num == 0)
217 {
218 }
219 Type type = value.GetType();
221 return value;
222 }
223 return "value";
224 }
new Type GetType()
Definition Type.cs:287

References System.Xml.Schema.XmlBaseConverter.clrTypeDefault, System.Type.GetType(), and System.value.