Summary
Constructs a range of
System.Int64 values with the specified step size.
- Namespace
- TCLite
- Containing Type
- RangeAttribute
Syntax
public RangeAttribute(long from, long to, long step)
Parameters
| Name | Type | Description |
|---|---|---|
| from | long | |
| to | long | |
| step | long |
Return Value
| Type | Description |
|---|---|
| void |
