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