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