Edit

Share via


Writer<TBufferWriter>.WriteUInt64(UInt64) Method

Definition

Writes the provided UInt64 to the output buffer.

public void WriteUInt64 (ulong value);
member this.WriteUInt64 : uint64 -> unit
Public Sub WriteUInt64 (value As ULong)

Parameters

value
UInt64

The value.

Applies to