Summary
Creates EmptySpecification<T>
:
Checks if candidate is empty.
- Namespace
- FluentSpecification
- Containing Type
- Specification
Syntax
[PublicAPI]
[NotNull]
public static IComplexSpecification<T> Empty<T>()
Attributes
Type | Description |
---|---|
PublicAPI | |
NotNull |
Type Parameters
Name | Description |
---|---|
T | Type of candidate. |
Return Value
Type | Description |
---|---|
I |
New complex Specification . |