다음을 통해 공유


CollectionConstraint.IsEmpty(IEnumerable) 메서드

정의

지정된 열거 가능 개체가 비어 있는지 여부를 확인합니다.

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

매개 변수

enumerable
IEnumerable

열거 가능한 입니다.

반환

true 지정된 열거 가능 값이 비어 있으면 이고, 그렇지 않으면 입니다 false.

적용 대상