Exemplo n.º 1
0
 public CSharpTypeNameFormatter(CommonPrimitiveFormatter primitiveFormatter)
 {
     PrimitiveFormatter = primitiveFormatter;
 }
Exemplo n.º 2
0
 internal CSharpObjectFormatterImpl()
 {
     this.PrimitiveFormatter = new CSharpPrimitiveFormatter();
     this.TypeNameFormatter  = new CSharpTypeNameFormatter(this.PrimitiveFormatter);
 }