PowerArgs.StdConsoleProvider.Read C# (CSharp) Method

Read() public method

Reads the next character of input from the console
public Read ( ) : int
return int
        public int Read()
        {
            return Console.Read();
        }