DescendantOrSelf() public méthode

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