SequenceReader<T>.Remaining Property

Definition

Gets the remaining items in the reader's Sequence.

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

Property Value

The remaining items in the reader's Sequence

Applies to