ArgsTests.CLI.CliUnitTestConsole.Read C# (CSharp) 메소드

Read() 공개 메소드

public Read ( ) : int
리턴 int
        public int Read()
        {
            return (int)ReadKey().KeyChar;
        }