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

◆ ChangeListType()

override object System.Xml.Schema.XmlListConverter.ChangeListType ( object value,
Type destinationType,
IXmlNamespaceResolver nsResolver )
inlineprotectedvirtual

Reimplemented from System.Xml.Schema.XmlBaseConverter.

Reimplemented in System.Xml.Schema.XmlUntypedConverter.

Definition at line 62 of file XmlListConverter.cs.

63 {
64 Type type = value.GetType();
66 if (value != null)
67 {
68 bool flag = clrTypeDefault == clrTypeDefault;
69 bool flag2 = type == clrTypeDefault;
70 return value;
71 }
72 Type type2;
74 throw new InvalidCastException();
75 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287
new Exception CreateInvalidClrMappingException(Type sourceType, Type destinationType)

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