ReadOnlySequence<T>.Length 属性

定义

获取 ReadOnlySequence<T> 的长度。

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

属性值

只读序列的长度。

适用于