Düzenle

Aracılığıyla paylaş


Writer<TBufferWriter>.WriteUInt32(UInt32) Method

Definition

Writes the provided UInt32 to the output buffer.

public void WriteUInt32 (uint value);
member this.WriteUInt32 : uint32 -> unit
Public Sub WriteUInt32 (value As UInteger)

Parameters

value
UInt32

The value.

Applies to