共用方式為


CollectionConstraint.IsEmpty(IEnumerable) 方法

定義

判斷指定的可列舉是否為空的。

protected static bool IsEmpty (System.Collections.IEnumerable enumerable);
static member IsEmpty : System.Collections.IEnumerable -> bool

參數

enumerable
IEnumerable

可列舉的。

傳回

true 如果指定的可列舉是空的,則為 ;否則為 false

適用於