RangeAttribute.

RangeAttribute(int, int) Constructor

Summary

Constructs a range of int values using the default step of 1.
Namespace
TCLite
Containing Type
RangeAttribute

Syntax

public RangeAttribute(int from, int to)

Parameters

Name Type Description
from int
to int

Return Value

Type Description
void