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

◆ StrictlyAssessed

bool System.Xml.Schema.XmlSchemaValidator.StrictlyAssessed
getprivate

Definition at line 232 of file XmlSchemaValidator.cs.

233 {
234 get
235 {
236 if ((_processContents == XmlSchemaContentProcessing.Strict || _processContents == XmlSchemaContentProcessing.Lax) && _context.ElementDecl != null)
237 {
239 }
240 return false;
241 }
242 }
XmlSchemaContentProcessing _processContents

Referenced by System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement().