Exemplo n.º 1
0
 public Quantifier BindPositionQuantifier <T>(ElementTypePredicate <T> pred,
                                              params int[] positions)
 {
     return(Quantifiers.Position(pred, elemPositions, positions));
 }
Exemplo n.º 2
0
 public Quantifier BindPositionQuantifier(Predicate pred, params int[] positions)
 {
     return(Quantifiers.Position(pred, elemPositions, positions));
 }