IsEmpty() public method

public IsEmpty ( QilNode child ) : QilUnary
child QilNode
return QilUnary
 public QilNode IsEmpty(QilNode set)
 {
     return(_f.IsEmpty(set));
 }