tryAgain1() public method

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