SequenceReader<T>.Length 属性

定义

获取读取器的 Sequence 中的项数。

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

属性值

读取器的 Sequence中的项计数。

适用于