VarIntReaderExtensions.ReadVarUInt8<TInput> 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
读取可变宽度 Byte的 。
public static byte ReadVarUInt8<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ReadVarUInt8 : Reader -> byte
<Extension()>
Public Function ReadVarUInt8(Of TInput) (ByRef reader As Reader(Of TInput)) As Byte
类型参数
- TInput
读取器输入类型。
参数
- reader
- Reader<TInput>
读取器。
返回
可变宽度整数。