SequenceReader<T>.End Property

Definition

Gets a value that indicates whether there is no more data in the Sequence.

public:
 property bool End { bool get(); };
public bool End { get; }
member this.End : bool
Public ReadOnly Property End As Boolean

Property Value

true when there is no more data in the Sequence; otherwise, false.

Applies to