ReadOnlySequence<T>.IsSingleSegment 속성

정의

ReadOnlySequence<T>ReadOnlyMemory<T> 단일 세그먼트가 포함되는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsSingleSegment { bool get(); };
public bool IsSingleSegment { get; }
member this.IsSingleSegment : bool
Public ReadOnly Property IsSingleSegment As Boolean

속성 값

true 읽기 전용 시퀀스가 비어 있으면 이고, 그렇지 않으면 입니다 false.

적용 대상