BlobBuilder.WriteByte(Byte) Method

Definition

Writes a Byte value to the builder.

public:
 void WriteByte(System::Byte value);
public void WriteByte (byte value);
member this.WriteByte : byte -> unit
Public Sub WriteByte (value As Byte)

Parameters

value
Byte

The value to write.

Exceptions

The builder is not writable; it has been linked with another one.

Applies to