ReadKey() public static méthode

public static ReadKey ( bool intercept ) : ConsoleKeyInfo
intercept bool
Résultat ConsoleKeyInfo
Exemple #1
0
 public static ConsoleKeyInfo ReadKey(bool intercept)
 {
     return(ConsolePal.ReadKey(intercept));
 }
Exemple #2
0
 public static ConsoleKeyInfo ReadKey()
 {
     return(ConsolePal.ReadKey(false));
 }