프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ChangeColor | void |
메소드 | 설명 | |
---|---|---|
ConsoleUserInterface ( IParameters parameters ) : System | ||
Describe ( string target, string description ) : void |
Describe an item with a description for the user.
|
|
Error ( string message ) : void |
Shows an error message
|
|
Indent ( ) : void | ||
Message ( string message ) : void |
Outputs a message to the user. The message can be single or multiline. The following formatting options must be supported:
|
|
Unindent ( ) : void | ||
Warning ( string message, string hints = null ) : void |
Shows a warning message
|
메소드 | 설명 | |
---|---|---|
ChangeColor ( bool inEmphasis, bool inExample, bool inHeading ) : void |
public ConsoleUserInterface ( IParameters parameters ) : System | ||
parameters | IParameters | |
리턴 | System |
public Describe ( string target, string description ) : void | ||
target | string | The concept to describe |
description | string | The description |
리턴 | void |
public Message ( string message ) : void | ||
message | string | The message to be shown |
리턴 | void |
public Warning ( string message, string hints = null ) : void | ||
message | string | The message to be shown |
hints | string | Optional hints about the warning |
리턴 | void |