Unit.IsEmpty 属性

定义

获取一个值,该值指示 Unit 是否为空。

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

属性值

如果 true 为空,则为 Unit;否则为 false

注解

IsEmpty使用 属性确定 是否Unit为空。 Unit如果 Type 属性包含枚举值 0,则 为空。

适用于

另请参阅