Summary
Composes self Specification with EmptySpecification<T>:
Checks if candidate is empty.
- Namespace
- FluentSpecification
- Containing Type
- Specification
Syntax
[PublicAPI]
[NotNull]
public static IComplexSpecification<T> Empty<T>(this ICompositeSpecification<T> self)
Attributes
| Type | Description |
|---|---|
| PublicAPI | |
| NotNull |
Type Parameters
| Name | Description |
|---|---|
| T | Type of candidate. |
Parameters
| Name | Type | Description |
|---|---|---|
| self | I |
Self specification. |
Return Value
| Type | Description |
|---|---|
| I |
Composed complex Specification. |
Exceptions
| Type | Description |
|---|---|
| System.ArgumentNullException | Thrown when self is null. |

