ReadOnlyMemory<T>.IsEmpty 속성

정의

이 읽기 전용 메모리 영역이 비어 있는지를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

true 읽기 전용 메모리 영역이 비어 있으면(즉, Length 0) 그렇지 않으면 false.

적용 대상