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>
リーダー。
戻り値
可変幅の整数。