Descendant() public méthode

public Descendant ( QilNode child ) : QilUnary
child QilNode
Résultat QilUnary
 public QilNode Descendant(QilNode expr)
 {
     return(_f.Descendant(expr));
 }