IsType() public method

public IsType ( QilNode source, QilNode targetType ) : QilTargetType
source QilNode
targetType QilNode
return QilTargetType
Exemplo n.º 1
0
 public QilNode IsType(QilNode expr, XmlQueryType t)
 {
     Debug.Assert(t != null, "Type can't be null");
     return(_f.IsType(expr, t));
 }