메소드 | 설명 | |
---|---|---|
Write ( string value ) : void | ||
WriteIf ( bool condition, string value ) : void | ||
WriteLine ( string value ) : void | ||
WriteLineIf ( bool condition, string value ) : void |
public static WriteIf ( bool condition, string value ) : void | ||
condition | bool | |
value | string | |
리턴 | void |
public static WriteLineIf ( bool condition, string value ) : void | ||
condition | bool | |
value | string | |
리턴 | void |