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