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

XmlSchemaImporter() public method

public XmlSchemaImporter ( System.Xml.Serialization.XmlSchemas schemas, CodeIdentifiers typeIdentifiers ) : System
schemas System.Xml.Serialization.XmlSchemas
typeIdentifiers CodeIdentifiers
return System
        public XmlSchemaImporter(XmlSchemas schemas, CodeIdentifiers typeIdentifiers) : base(schemas, CodeGenerationOptions.GenerateProperties, new ImportContext(typeIdentifiers, false)) { }

Same methods

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