IPEndPointCodec.IFieldCodec<IPEndPoint>.ReadValue<TInput> メソッド

定義

値を読み取ります。

System.Net.IPEndPoint IFieldCodec<IPEndPoint>.ReadValue<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.Field field);
abstract member Orleans.Serialization.Codecs.IFieldCodec<System.Net.IPEndPoint>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> System.Net.IPEndPoint
override this.Orleans.Serialization.Codecs.IFieldCodec<System.Net.IPEndPoint>.ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> System.Net.IPEndPoint
Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As IPEndPoint Implements IFieldCodec(Of IPEndPoint).ReadValue

型パラメーター

TInput

リーダー入力の種類。

パラメーター

reader
Reader<TInput>

リーダー。

field
Field

フィールド。

戻り値

値。

実装

適用対象