Exemplo n.º 1
0
 public void Visit(DThing dThing)
 {
     Result = new DTransformedThing(dThing, Arg);
 }
Exemplo n.º 2
0
 class DTransformedThing : ITransformedThing { public DTransformedThing(DThing dThing, int arg)
                                               {
                                               }