Method | Description | |
---|---|---|
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 | |
return | void |
public static WriteLine ( string value ) : void | ||
value | string | |
return | void |
public static WriteLineIf ( bool condition, string value ) : void | ||
condition | bool | |
value | string | |
return | void |