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

XmlSchemaImporter() 공개 메소드

public XmlSchemaImporter ( System.Xml.Serialization.XmlSchemas schemas ) : System
schemas System.Xml.Serialization.XmlSchemas
리턴 System
        public XmlSchemaImporter(XmlSchemas schemas) : base(schemas, CodeGenerationOptions.GenerateProperties, new ImportContext()) { }

Same methods

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