Skip to content

Writer<TBufferWriter>.WriteVarUInt64(ulong)

WriteVarUInt64(ulong)

View source
public void WriteVarUInt64(ulong value)
Writes the provided System.UInt64 to the output buffer as a variable-width integer.

Parameters

valueulong
The value.