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

적용 대상