Поделиться через


DictionaryCodec<TKey,TValue>.ReadValue<TInput> Метод

Определение

Считывает значение.

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)

Параметры типа

TInput

Тип входных данных средства чтения.

Параметры

reader
Reader<TInput>

Средство чтения.

field
Field

Поле.

Возвращаемое значение

Dictionary<TKey,TValue>

Значение.

Реализации

Применяется к