System::IO::Stream::WriteByte 方法

Stream::WriteByte method

将指定的无符号 8 位整数值写入流。

virtual void System::IO::Stream::WriteByte(uint8_t value)
参数类型描述
uint8_t要写入的值

另见