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

◆ XmlType

override? XmlSchemaType System.Xml.XPath.XPathNavigator.XmlType
getinherited

Definition at line 106 of file XPathNavigator.cs.

107 {
108 get
109 {
110 IXmlSchemaInfo schemaInfo = SchemaInfo;
111 if (schemaInfo != null && schemaInfo.Validity == XmlSchemaValidity.Valid)
112 {
114 if (memberType != null)
115 {
116 return memberType;
117 }
118 return schemaInfo.SchemaType;
119 }
120 return null;
121 }
122 }
virtual ? IXmlSchemaInfo SchemaInfo
XmlSchemaSimpleType? MemberType