Compartilhar via


CollectionConstraint.IsEmpty(IEnumerable) Método

Definição

Determina se o enumerável especificado está vazio.

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

Parâmetros

enumerable
IEnumerable

O enumerável.

Retornos

true se o enumerável especificado estiver vazio; caso contrário, false.

Aplica-se a