ReadOnlySequence<T>.FirstSpan Property

Definition

Gets the ReadOnlySpan<T> from the first segment.

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

Property Value

Applies to