DescendantOrSelf() public method

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