ReadOnlySequence<T>.Length Property

Definition

Gets the length of the ReadOnlySequence<T>.

public:
 property long Length { long get(); };
public long Length { get; }
member this.Length : int64
Public ReadOnly Property Length As Long

Property Value

The length of the read-only sequence.

Applies to