次の方法で共有


CollectionConstraint.IsEmpty(IEnumerable) メソッド

定義

指定した列挙可能が空かどうかを判断します。

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

パラメーター

enumerable
IEnumerable

列挙可能です。

戻り値

true 指定した列挙可能な が空の場合は 。それ以外の場合は false

適用対象