SequenceReader<T>.Length Property

Definition

Gets the count of items in the reader's Sequence.

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

Property Value

The count of items in the reader's Sequence.

Applies to