EmptyCollectionConstraint.

Match(IEnumerable) Method

Summary

Check that the collection is empty
Namespace
TCLite.Constraints
Containing Type
EmptyCollectionConstraint

Syntax

protected override bool Match(IEnumerable collection)

Parameters

Name Type Description
collection IEnumerable

Return Value

Type Description
bool