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()

Exception System.Xml.Schema.XmlBaseConverter.CreateInvalidClrMappingException ( Type sourceType,
Type destinationType )
inlineprotectedinherited

Definition at line 541 of file XmlBaseConverter.cs.

542 {
543 if (!true)
544 {
545 }
546 bool flag = sourceType == destinationType;
547 string xmlTypeName = this.XmlTypeName;
548 if ((xmlTypeName == null || xmlTypeName != null) && (sourceType == null || sourceType != null))
549 {
550 string xmlTypeName2 = this.XmlTypeName;
551 if ((xmlTypeName2 != null && xmlTypeName2 == null) || (sourceType != null && sourceType == null) || xmlTypeName == null || xmlTypeName != null)
552 {
553 }
554 }
555 throw new ArrayTypeMismatchException();
556 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Xml.Schema.XmlBaseConverter.XmlTypeName.