ElementCtor() public méthode

public ElementCtor ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
Résultat QilBinary
 //-----------------------------------------------
 // XML construction
 //-----------------------------------------------
 public QilNode ElementCtor(QilNode name, QilNode content)
 {
     return(_f.ElementCtor(name, content));
 }