RangeAttribute.

RangeAttribute(ulong, ulong, ulong) Constructor

Summary

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

Syntax

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

Parameters

Name Type Description
from ulong
to ulong
step ulong

Return Value

Type Description
void