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

Compiler() public méthode

public Compiler ( XmlNameTable nameTable, ValidationEventHandler eventHandler, XmlSchema schemaForSchema, XmlSchemaCompilationSettings compilationSettings ) : System
nameTable XmlNameTable
eventHandler ValidationEventHandler
schemaForSchema XmlSchema
compilationSettings XmlSchemaCompilationSettings
Résultat System
        public Compiler(XmlNameTable nameTable, ValidationEventHandler eventHandler, XmlSchema schemaForSchema, XmlSchemaCompilationSettings compilationSettings) : base(nameTable, null, eventHandler, compilationSettings) {
            this.schemaForSchema = schemaForSchema;
        }
Compiler