Ejemplo n.º 1
0
 public SoapSchemaImporter(XmlSchemas schemas, CodeIdentifiers typeIdentifiers, CodeGenerationOptions options)
 {
     _importer = new XmlSchemaImporter(schemas, typeIdentifiers, options);
     _importer.UseEncodedFormat = true;
 }