Length() public méthode

public Length ( QilNode child ) : QilUnary
child QilNode
Résultat QilUnary
 //-----------------------------------------------
 // collection operators
 //-----------------------------------------------
 public QilNode Length(QilNode child)
 {
     return(_f.Length(child));
 }