VarIntReaderExtensions.ReadInt16<TInput> メソッド

定義

可変幅 Int16を読み取ります。

public static short ReadInt16<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.WireType wireType);
static member ReadInt16 : Reader * Orleans.Serialization.WireProtocol.WireType -> int16
<Extension()>
Public Function ReadInt16(Of TInput) (ByRef reader As Reader(Of TInput), wireType As WireType) As Short

型パラメーター

TInput

リーダー入力の種類。

パラメーター

reader
Reader<TInput>

リーダー。

wireType
WireType

ワイヤの種類。

戻り値

可変幅の整数。

適用対象