Summary
Basic constructor
- Namespace
- FluentSpecification
.Common - Containing Type
- IsTypeSpecification
<T>
Syntax
[PublicAPI]
public IsTypeSpecification(Type expected)
Attributes
| Type | Description |
|---|---|
| PublicAPI |
Parameters
| Name | Type | Description |
|---|---|---|
| expected | Type | Expected type of candidate. |
Return Value
| Type | Description |
|---|---|
| void |
Exceptions
| Type | Description |
|---|---|
| System.ArgumentNullException | Thrown when expected is null. |

