System.Xml.Serialization.XmlSchemaImporter.XmlSchemaImporter C# (CSharp) Method

XmlSchemaImporter() public method

public XmlSchemaImporter ( System.Xml.Serialization.XmlSchemas schemas, CodeGenerationOptions options, ImportContext context ) : System
schemas System.Xml.Serialization.XmlSchemas
options CodeGenerationOptions
context ImportContext
return System
        public XmlSchemaImporter(XmlSchemas schemas, CodeGenerationOptions options, ImportContext context) : base(schemas, options, context) { }

Same methods

XmlSchemaImporter::XmlSchemaImporter ( System.Xml.Serialization.XmlSchemas schemas ) : System
XmlSchemaImporter::XmlSchemaImporter ( System.Xml.Serialization.XmlSchemas schemas, CodeIdentifiers typeIdentifiers ) : System
XmlSchemaImporter::XmlSchemaImporter ( System.Xml.Serialization.XmlSchemas schemas, CodeIdentifiers typeIdentifiers, CodeGenerationOptions options ) : System