Exemplo n.º 1
0
 public static TranspilerImpl From(TranspileDelegate transpiler)
 {
     return(new DelegateTranspiler(transpiler));
 }
Exemplo n.º 2
0
 public DelegateTranspiler(TranspileDelegate transpiler)
 {
     this.transpiler = transpiler;
 }