Documentation for this section has not yet been entered.
The property value is returned immediately; that is, the Console.KeyAvailable property does not block input until a key press is available.
Use the Console.KeyAvailable property in conjunction with only the Console.ReadKey method, not the Console.Read or Console.ReadLine methods.