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

Definition at line 15 of file XmlAnyListConverter.cs.

16 {
17 if (value != null)
18 {
19 if (!true)
20 {
21 }
22 if (value != null)
23 {
24 Type type = value.GetType();
26 }
27 if (value == null)
28 {
30 }
31 }
32 return "value";
33 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

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