Example #1
0
 public BuiltInTypesNameSource(BuiltInTypeMap map)
 {
     this.map = map;
 }
Example #2
0
 public TypeFormatter(BuiltInTypeMap builtIn)
 {
     this.builtIn = builtIn;
 }
Example #3
0
 public BuiltInTypesNameSource(BuiltInTypeMap map, Reflector reflector)
 {
     this.map = map;
     this.reflector = reflector;
 }