PowerArgs.StdConsoleProvider.ReadLine C# (CSharp) Méthode

ReadLine() public méthode

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