System.Xml.Serialization.XmlSchemaImporter.XmlSchemaImporter C# (CSharp) 메소드

XmlSchemaImporter() 공개 메소드

public XmlSchemaImporter ( System.Xml.Serialization.XmlSchemas schemas, CodeIdentifiers typeIdentifiers ) : System
schemas System.Xml.Serialization.XmlSchemas
typeIdentifiers CodeIdentifiers
리턴 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