BlobBuilder.WriteUInt16(UInt16) Method

Definition

public:
 void WriteUInt16(System::UInt16 value);
public void WriteUInt16 (ushort value);
member this.WriteUInt16 : uint16 -> unit
Public Sub WriteUInt16 (value As UShort)

Parameters

value
UInt16

Exceptions

Builder is not writable, it has been linked with another one.

Applies to