Text |
Name | Description | |
---|---|---|
![]() | WriteLine() | Writes the current line terminator to the text backed console. |
![]() | WriteLine(String) | Writes the specified string value, followed by the current line terminator, to the text backed console. |
![]() | WriteLine(String, Object[]) | Writes the text representation of the specified array of objects, followed by the current line terminator, to the text backed console using the specified format information. |