메소드 | 설명 | |
---|---|---|
Main ( string args ) : void | ||
Print ( ConsoleColor color, string value ) : void | ||
Print ( string value ) : void | ||
PrintErrorLine ( string value ) : void | ||
PrintLine ( ) : void | ||
PrintLine ( ConsoleColor color, string value ) : void | ||
PrintLine ( string value ) : void |
메소드 | 설명 | |
---|---|---|
MainInternal ( string args ) : void | ||
ShowHelp ( OptionSet p ) : void |
public static Print ( ConsoleColor color, string value ) : void | ||
color | ConsoleColor | |
value | string | |
리턴 | void |
public static PrintErrorLine ( string value ) : void | ||
value | string | |
리턴 | void |
public static PrintLine ( ConsoleColor color, string value ) : void | ||
color | ConsoleColor | |
value | string | |
리턴 | void |