internal Reflector(string defaultNs, Type type)
 {
     _importer = new XmlSerializerImporter(defaultNs);
     _generation = new SerializerGenerationContext(type);
 }
 internal Reflector(string defaultNs, System.Type type)
 {
     this.importer   = new XmlSerializerImporter(defaultNs);
     this.generation = new SerializerGenerationContext(type);
 }
 internal Reflector(string defaultNs, System.Type type)
 {
     this.importer = new XmlSerializerImporter(defaultNs);
     this.generation = new SerializerGenerationContext(type);
 }
示例#4
0
 internal Reflector(string defaultNs, Type type)
 {
     _importer   = new XmlSerializerImporter(defaultNs);
     _generation = new SerializerGenerationContext(type);
 }