IndentedTextWriterWrite(UInt32) - метод

Writes the text representation of a 4-byte unsigned integer to the text stream.

Definition

Пространство имён: Tessa.Platform.IO
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public override void Write(
	uint value
)

Параметры

value  UInt32
The 4-byte unsigned integer to write.

Исключения

ObjectDisposedExceptionThe TextWriter is closed.
IOExceptionAn I/O error occurs.

См. также