Edit

ArcBufferReader.Consume(Span<Byte>) Method

Definition

Consumes the amount of data present in the span.

public void Consume(Span<byte> output);
member this.Consume : Span<byte> -> unit
Public Sub Consume (output As Span(Of Byte))

Parameters

output
Span<Byte>

Applies to