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

◆ StringToQName()

static XmlQualifiedName System.Xml.Schema.XmlBaseConverter.StringToQName ( string value,
IXmlNamespaceResolver nsResolver )
inlinestaticprotectedinherited

Definition at line 755 of file XmlBaseConverter.cs.

756 {
757 if (value == null || value != null)
758 {
759 }
760 throw new ArrayTypeMismatchException();
761 }

References System.value.

Referenced by System.Xml.Schema.XmlMiscConverter.ChangeType().