메소드 | 설명 | |
---|---|---|
EraseCurrentLine ( ) : void | ||
LowLevelToAbstractConsoleAdapter ( ILowLevelConsole console ) : System | ||
ReadKey ( ) : |
||
ReadLine ( ) : string | ||
Write ( IEnumerable |
||
Write ( string text ) : void | ||
WriteLine ( string text ) : void |
메소드 | 설명 | |
---|---|---|
OnBackspaceHit ( ) : void | ||
OnDeleteHit ( ) : void | ||
Read ( ) : |
||
ReadFromCoordinatesToEndOfLine ( int leftStart, int topStart, bool shortCircutEndOfLine ) : IEnumerable |
||
ReadFromCursorToEndOfInput ( ) : IEnumerable |
||
Write ( IEnumerable |
||
WritePromptIfNeeded ( ) : void |
public LowLevelToAbstractConsoleAdapter ( ILowLevelConsole console ) : System | ||
console | ILowLevelConsole | |
리턴 | System |