Unit.IsEmpty 속성

정의

Unit 이 비어 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

true이 비어 있으면 Unit이고, 그렇지 않으면 false입니다.

설명

IsEmpty 속성을 사용하여 비어 있는지 여부를 Unit 확인합니다. Unit 속성에 Type 열거형 값이 0인 경우 비어 있습니다.

적용 대상

추가 정보