Partager via


CollectionConstraint.IsEmpty(IEnumerable) Méthode

Définition

Détermine si l’énumérable spécifié est vide.

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

Paramètres

enumerable
IEnumerable

Énumérable.

Retours

true si l’énumérable spécifié est vide ; sinon, false.

S’applique à