DelegateReaderStreamWriteByte - метод
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public override void WriteByte(
byte value
)
Public Overrides Sub WriteByte (
value As Byte
)
public:
virtual void WriteByte(
unsigned char value
) override
abstract WriteByte :
value : byte -> unit
override WriteByte :
value : byte -> unit
Параметры
- value Byte
- The byte to write to the stream.
Ссылки
[System.NotSupportedException]