System.Xml.Schema.Preprocessor.Preprocessor C# (CSharp) 메소드

Preprocessor() 공개 메소드

public Preprocessor ( XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler ) : System.Collections
nameTable XmlNameTable
schemaNames SchemaNames
eventHandler ValidationEventHandler
리턴 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