DescendantOrSelf() 공개 메소드

public DescendantOrSelf ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary
예제 #1
0
 public QilNode DescendantOrSelf(QilNode context)
 {
     return(_f.DescendantOrSelf(context));
 }