KeyValuePairCodec<TKey,TValue>.ReadValue<TInput> メソッド

定義

値を読み取ります。

public System.Collections.Generic.KeyValuePair<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.KeyValuePair<'Key, 'Value>
override this.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> System.Collections.Generic.KeyValuePair<'Key, 'Value>
Public Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As KeyValuePair(Of TKey, TValue)

型パラメーター

TInput

リーダー入力の種類。

パラメーター

reader
Reader<TInput>

リーダー。

field
Field

フィールド。

戻り値

KeyValuePair<TKey,TValue>

値。

実装

適用対象