tryAgain1() public méthode

true if the fast-half search should be tried again.
public tryAgain1 ( ) : bool
Résultat bool
Exemple #1
0
 public override bool tryAgain1()
 {
     return(_objectDatabase.tryAgain1());
 }
Exemple #2
0
 public override bool tryAgain1()
 {
     return(wrapped.tryAgain1());
 }