IndentedTextWriterWriteLine(String) - метод
Writes a string to the text stream, followed by a line terminator.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public override void WriteLine(
string? s
)
Public Overrides Sub WriteLine (
s As String
)
public:
virtual void WriteLine(
String^ s
) override
abstract WriteLine :
s : string -> unit
override WriteLine :
s : string -> unit
Параметры
- s String
-
ObjectDisposedException | The TextWriter is closed. |
IOException | An I/O error occurs. |