System.Xml.Schema.AutoValidator.AutoValidator C# (CSharp) Méthode

AutoValidator() public méthode

public AutoValidator ( XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, ValidationEventHandler eventHandler ) : System.Diagnostics
reader XmlValidatingReaderImpl
schemaCollection XmlSchemaCollection
eventHandler ValidationEventHandler
Résultat System.Diagnostics
        public AutoValidator(XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, ValidationEventHandler eventHandler) : base(reader, schemaCollection, eventHandler) {
            schemaInfo = new SchemaInfo();
        }