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


ByteArrayCodec.IFieldCodec<Byte[]>.ReadValue<TInput> Метод

Определение

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

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

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

TInput

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

Параметры

reader
Reader<TInput>

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

field
Field

Поле.

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

Byte[]

Значение.

Реализации

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