Summary
Returns a constraint that tests whether the
actual value is less than the suppled argument
- Namespace
- TCLite
.Constraints - Containing Type
- Is_Syntax
Syntax
public static LessThanConstraint<T> LessThan<T>(T expected)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
expected | T |
Return Value
Type | Description |
---|---|
LessThanConstraint |