ReadOnlySpan<T>.IsEmpty 속성

정의

현재 읽기 전용 범위가 비어 있음을 나타내는 값을 반환합니다.

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

속성 값

Boolean

true when the current span is empty; otherwise false.

적용 대상