Düzenle

Aracılığıyla paylaş


OrleansGeneratedCodeHelper.ConsumeEndBaseOrEndObject Method

Definition

Overloads

ConsumeEndBaseOrEndObject<TInput>(Reader<TInput>)

Expects empty content (a single field header of either EndBaseFields or EndTagDelimited), but will consume any unexpected fields also.

ConsumeEndBaseOrEndObject<TInput>(Reader<TInput>, Field)

Expects empty content (a single field header of either EndBaseFields or EndTagDelimited), but will consume any unexpected fields also.

ConsumeEndBaseOrEndObject<TInput>(Reader<TInput>)

Expects empty content (a single field header of either EndBaseFields or EndTagDelimited), but will consume any unexpected fields also.

public static void ConsumeEndBaseOrEndObject<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ConsumeEndBaseOrEndObject : Reader -> unit
<Extension()>
Public Sub ConsumeEndBaseOrEndObject(Of TInput) (ByRef reader As Reader(Of TInput))

Type Parameters

TInput

Parameters

Applies to

ConsumeEndBaseOrEndObject<TInput>(Reader<TInput>, Field)

Expects empty content (a single field header of either EndBaseFields or EndTagDelimited), but will consume any unexpected fields also.

public static void ConsumeEndBaseOrEndObject<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader, scoped ref Orleans.Serialization.WireProtocol.Field field);
static member ConsumeEndBaseOrEndObject : Reader * Field -> unit
<Extension()>
Public Sub ConsumeEndBaseOrEndObject(Of TInput) (ByRef reader As Reader(Of TInput), ByRef field As Field)

Type Parameters

TInput

Parameters

field
Field

Applies to