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

◆ CurrentContentType

XmlSchemaContentType System.Xml.Schema.XmlSchemaValidator.CurrentContentType
getpackage

Definition at line 218 of file XmlSchemaValidator.cs.

219 {
220 get
221 {
222 if (_context.ElementDecl == null)
223 {
224 return XmlSchemaContentType.Empty;
225 }
227 }
228 }

Referenced by System.Xml.XsdValidatingReader.InternalReadContentAsObject(), and System.Xml.XsdValidatingReader.InternalReadContentAsObjectTupleAsync().