TypeAssert() public méthode

public TypeAssert ( QilNode source, QilNode targetType ) : QilTargetType
source QilNode
targetType QilNode
Résultat QilTargetType
 //-----------------------------------------------
 // Type operators
 //-----------------------------------------------
 public QilNode TypeAssert(QilNode expr, XmlQueryType t)
 {
     return(_f.TypeAssert(expr, t));
 }