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