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