PowerArgs.StdConsoleProvider.Read C# (CSharp) Метод

Read() публичный Метод

Reads the next character of input from the console
public Read ( ) : int
Результат int
        public int Read()
        {
            return Console.Read();
        }