예제 #1
0
 public bool IsKindMatch(XPathNodeType typ)
 {
     return(((((int)1) << this.pageCurrent[this.idxCurrent].NodeType) & XPathNavigator.GetKindMask(typ)) != 0);
 }