Edit

Share via


Writer<TBufferWriter>.WritableSpan Property

Definition

Gets the current writable span.

public Span<byte> WritableSpan { get; }
member this.WritableSpan : Span<byte>
Public ReadOnly Property WritableSpan As Span(Of Byte)

Property Value

The current writable span.

Applies to