IFieldCodec.ReadValue<TInput>(Reader<TInput>, Field) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
读取值并返回非类型化值。 类型仍必须与编解码器实例匹配!
public object ReadValue<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.Field field);
abstract member ReadValue : Reader * Orleans.Serialization.WireProtocol.Field -> obj
Public Function ReadValue(Of TInput) (ByRef reader As Reader(Of TInput), field As Field) As Object
类型参数
- TInput
参数
- reader
- Reader<TInput>
- field
- Field