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

プロパティ値

読み取り専用シーケンスの長さ。

適用対象