Szerkesztés

Megosztás a következőn keresztül:


VarIntReaderExtensions.ReadInt8<TInput> Method

Definition

Reads a variable-width SByte.

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

Type Parameters

TInput

The reader input type.

Parameters

reader
Reader<TInput>

The reader.

wireType
WireType

The wire type.

Returns

A variable-width integer.

Applies to