메소드 | 설명 | |
---|---|---|
Next ( string item ) : void | ||
ProgressBar ( int max ) : System | ||
ProgressBar ( int max, IConsole console ) : System | ||
ProgressBar ( int max, char character, string format, IConsole console ) : System | ||
Refresh ( int current, string format ) : void |
public ProgressBar ( int max, IConsole console ) : System | ||
max | int | |
console | IConsole | |
리턴 | System |
public ProgressBar ( int max, char character, string format, IConsole console ) : System | ||
max | int | |
character | char | |
format | string | |
console | IConsole | |
리턴 | System |
public Refresh ( int current, string format ) : void | ||
current | int | |
format | string | |
리턴 | void |