Summary
Creates composite object.
- Namespace
- FluentSpecification
.Core .Composite - Containing Type
- AndSpecification
<T>
Syntax
[PublicAPI]
public AndSpecification(ISpecification<T> left, ISpecification<T> right)
Attributes
| Type | Description |
|---|---|
| PublicAPI |
Parameters
| Name | Type | Description |
|---|---|---|
| left | ISpecification |
Base first Expression. |
| right | ISpecification |
Base second Expression. |
Return Value
| Type | Description |
|---|---|
| void |
Exceptions
| Type | Description |
|---|---|
| System.ArgumentNullException | Thrown when left or right is null. |

