Пример #1
0
 private T _Translate(ArrayExpr e)
 {
     return(__Translate(e));
 }
Пример #2
0
 protected abstract T __Translate(ArrayExpr e);