NDepend.API Documentation
Range Constructor
NDepend.Helpers Namespace > Range Class : Range Constructor
The lower bound of the range.
The upper bound of the range.
Create a new range.
Syntax
public Range( 
   int min,
   int max
)

Parameters

min
The lower bound of the range.
max
The upper bound of the range.
Remarks
min and max can be equal to test equality to a number.
If min is greater than max, the value are swapped.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

Range Class
Range Members