RangeAttribute.

RangeAttribute(int, int, int) Constructor

Summary

Constructs a range of int values with the specified step size.
Namespace
TCLite
Containing Type
RangeAttribute

Syntax

public RangeAttribute(int from, int to, int step)

Parameters

Name Type Description
from int
to int
step int

Return Value

Type Description
void