Szerkesztés

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


PrefixingBufferWriter<T,TBufferWriter>.Sequence.AdvanceTo Method

Definition

Removes all elements from the sequence from its beginning to the specified position, considering that data to have been fully processed.

public void AdvanceTo (SequencePosition position);
member this.AdvanceTo : SequencePosition -> unit
Public Sub AdvanceTo (position As SequencePosition)

Parameters

position
SequencePosition

The position of the first element that has not yet been processed. This is typically End after reading all elements from that instance.

Applies to