IsEmpty() 공개 메소드

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