Skip to content

UInt128Codec.WriteField(Writer<TBufferWriter>, uint, UInt128)

WriteField(Writer<TBufferWriter>, uint, UInt128)

static
View source
public static void WriteField<TBufferWriter>(ref Writer<TBufferWriter> writer, uint fieldIdDelta, UInt128 value)
Writes a field without type info (expected type is statically known).

Parameters

writerWriter<TBufferWriter>
The writer.
fieldIdDeltauint
The field identifier delta.
valueUInt128
The value.