Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToNavigator()

XPathNavigator System.Xml.Schema.XmlAnyConverter.ToNavigator ( XPathNavigator nav)
inlineprivate

Definition at line 426 of file XmlAnyConverter.cs.

427 {
428 if (base.TypeCode != XmlTypeCode.Item)
429 {
430 throw CreateInvalidClrMappingException(XmlBaseConverter.XPathNavigatorType, XmlBaseConverter.XPathNavigatorType);
431 }
432 return nav;
433 }
XmlBaseConverter(XmlSchemaType schemaType)
Exception CreateInvalidClrMappingException(Type sourceType, Type destinationType)

References System.Xml.Schema.XmlBaseConverter.CreateInvalidClrMappingException(), System.Xml.Dictionary, and System.Xml.Schema.XmlBaseConverter.XPathNavigatorType.

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