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