Summary
Construct a CollectionEquivalentConstraint
- Namespace
- TCLite
.Constraints - Containing Type
- Collection
Equivalent Constraint
Syntax
public CollectionEquivalentConstraint(IEnumerable expected)
Parameters
| Name | Type | Description |
|---|---|---|
| expected | IEnumerable | Expected collection. |
Return Value
| Type | Description |
|---|---|
| void |
