示例#1
0
 private T _Translate(ArrayExpr e)
 {
     return(__Translate(e));
 }
示例#2
0
 protected abstract T __Translate(ArrayExpr e);