Int64Aggregator.IsEmpty 属性

定义

返回一个布尔值,该值指示值序列 Int64 是否为空。

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

true 如果值序列 Int64 为空,则为 ;否则为 false

适用于