NeedsInput() public method

public NeedsInput ( ) : bool
return bool
Example #1
0
 public bool NeedsInput()
 {
     return(input.NeedsInput());
 }
Example #2
0
 public bool NeedsInput() => _input.NeedsInput();