Int32Aggregator.IsEmpty 属性
定义
返回一个布尔值,该值指示该序列是否为空。Returns a Boolean value that indicates if the sequence is empty.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean
属性值
如果该序列为空,则返回 true;否则返回 false。true if the sequence is empty, otherwise returns false.