Düzenle

Aracılığıyla paylaş


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

Definition

Reads a value.

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

Type Parameters

TInput

The reader input type.

Parameters

reader
Reader<TInput>

The reader.

field
Field

The field.

Returns

Dictionary<TKey,TValue>

The value.

Implements

Applies to