Summary
Converts
Specification
to complex Specification
.
- Namespace
- FluentSpecification
.Core - Containing Type
- SpecificationCore
Syntax
[PublicAPI]
[NotNull]
public static IComplexSpecification<T> AsComplexSpecification<T>(this ISpecification<T> self)
Attributes
Type | Description |
---|---|
PublicAPI | |
NotNull |
Type Parameters
Name | Description |
---|---|
T | Type of candidate. |
Parameters
Name | Type | Description |
---|---|---|
self | ISpecification |
Self specification. |
Return Value
Type | Description |
---|---|
I |
Returns self when self already implement
Adapter object, when |
Exceptions
Type | Description |
---|---|
System.NullReferenceException | Thrown when self is null. |