PowerArgs.StdConsoleProvider.ReadLine C# (CSharp) Method

ReadLine() public method

Reads a line of text from the console
public ReadLine ( ) : string
return string
        public string ReadLine()
        {
            throw new NotImplementedException();
        }