RangeAttribute.

RangeAttribute(uint, uint, uint) Constructor

Summary

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

Syntax

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

Parameters

Name Type Description
from uint
to uint
step uint

Return Value

Type Description
void