예제 #1
0
 public List <T> Select <T>(Language.Value term)
 {
     // TODO: move this Factor hack elsewhere...
     return(Select <T>((term is Factor) ? "unclass(" + term.Formula + ")-1" : term.Formula));
 }
예제 #2
0
 public List <object> Select(Language.Value term)
 {
     return(Select <object>(term));
 }