PrefixingBufferWriter<T,TBufferWriter>.Sequence.AdvanceTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.