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