IndentedTextWriterWrite(Char) - метод
Writes a character to the text stream.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public override void Write(
char value
)
Public Overrides Sub Write (
value As Char
)
public:
virtual void Write(
wchar_t value
) override
abstract Write :
value : char -> unit
override Write :
value : char -> unit
Параметры
- value Char
- The character to write to the text stream.
ObjectDisposedException | The TextWriter is closed. |
IOException | An I/O error occurs. |