RangeAttribute.

RangeAttribute(uint, uint) Constructor

Summary

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

Syntax

public RangeAttribute(uint from, uint to)

Parameters

Name Type Description
from uint
to uint

Return Value

Type Description
void