Example #1
0
 private T _Translate(NullExpr e)
 {
     return(__Translate(e));
 }
Example #2
0
 protected abstract T __Translate(NullExpr e);