Redigera

Dela via


MapFieldCodec<TKey,TValue>.ReadValue<TInput> Method

Definition

Reads a value.

public Google.Protobuf.Collections.MapField<TKey,TValue> ReadValue<TInput>(ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.Field field);
abstract member ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Google.Protobuf.Collections.MapField<'Key, 'Value>
override this.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> Google.Protobuf.Collections.MapField<'Key, 'Value>
Public Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As MapField(Of TKey, TValue)

Type Parameters

TInput

The reader input type.

Parameters

reader
Reader<TInput>

The reader.

field
Field

The field.

Returns

Google.Protobuf.Collections.MapField<TKey,TValue>

The value.

Implements

Applies to