Descendant() public method

public Descendant ( QilNode child ) : QilUnary
child QilNode
return QilUnary
Exemplo n.º 1
0
 public QilNode Descendant(QilNode expr)
 {
     return(_f.Descendant(expr));
 }