SequenceReader<T>.CurrentSpan Property

Definition

Gets a Span<T> that contains the current segment in the Sequence.

public:
 property ReadOnlySpan<T> CurrentSpan { ReadOnlySpan<T> get(); };
public ReadOnlySpan<T> CurrentSpan { get; }
member this.CurrentSpan : ReadOnlySpan<'T (requires 'T : struct)>
Public ReadOnly Property CurrentSpan As ReadOnlySpan(Of T)

Property Value

A span that contains the current segment in the sequence.

Applies to