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

◆ ChangeType() [8/9]

override object System.Xml.Schema.XmlListConverter.ChangeType ( object value,
Type destinationType,
IXmlNamespaceResolver nsResolver )
inline

Definition at line 46 of file XmlListConverter.cs.

47 {
48 if (value == null)
49 {
50 throw new ArgumentNullException("value");
51 }
52 if (destinationType == null)
53 {
54 throw new ArgumentNullException("destinationType");
55 }
57 }
override object ChangeListType(object value, Type destinationType, IXmlNamespaceResolver nsResolver)

References System.Xml.Schema.XmlListConverter.ChangeListType(), and System.value.