메소드 | 설명 | |
---|---|---|
Write ( char value ) : void |
Writes a character to the text stream.
|
|
Write ( string value ) : void |
Writes a string to the text stream.
|
|
WriteLine ( string value ) : void |
Writes a string followed by a line terminator to the text stream.
|
public Write ( char value ) : void | ||
value | char | The character to write to the text stream. |
리턴 | void |
public WriteLine ( string value ) : void | ||
value | string | The string to write. If |
리턴 | void |