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