IndentedTextWriterWrite(Char) - метод
Writes a character array to the text stream.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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. |