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

◆ CreateInvalidClrMappingException()

new Exception System.Xml.Schema.XmlListConverter.CreateInvalidClrMappingException ( Type sourceType,
Type destinationType )
inlineprivateinherited

Definition at line 175 of file XmlListConverter.cs.

176 {
177 if (!true)
178 {
179 }
180 bool flag = sourceType == destinationType;
181 string xmlTypeName = base.XmlTypeName;
182 if ((xmlTypeName == null || xmlTypeName != null) && (sourceType == null || sourceType != null))
183 {
184 string xmlTypeName2 = base.XmlTypeName;
185 if ((xmlTypeName2 != null && xmlTypeName2 == null) || (sourceType != null && sourceType == null) || xmlTypeName == null || xmlTypeName != null)
186 {
187 }
188 }
189 throw new ArrayTypeMismatchException();
190 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.

Referenced by System.Xml.Schema.XmlListConverter.ChangeListType().