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

Preprocessor() public méthode

public Preprocessor ( XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler ) : System.Collections
nameTable XmlNameTable
schemaNames SchemaNames
eventHandler ValidationEventHandler
Résultat System.Collections
        public Preprocessor(XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler) 
            : this(nameTable, schemaNames, eventHandler, new XmlSchemaCompilationSettings()){}
        

Same methods

Preprocessor::Preprocessor ( XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler, XmlSchemaCompilationSettings compilationSettings ) : System.Collections