CollectionConstraint.IsEmpty(IEnumerable) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的可列舉是否為空的。
protected static bool IsEmpty (System.Collections.IEnumerable enumerable);
static member IsEmpty : System.Collections.IEnumerable -> bool
參數
- enumerable
- IEnumerable
可列舉的。
傳回
true
如果指定的可列舉是空的,則為 ;否則為 false
。