BetweenUpperAndLowerRangeType Constructor MSBuildCodeMetrics
Creates a new range

Namespace: MSBuildCodeMetrics.Core.Ranges
Assembly: MSBuildCodeMetrics.Core (in MSBuildCodeMetrics.Core.dll) Version: 0.1.4894.24375
Syntax

public BetweenUpperAndLowerRangeType(
	int upperValue,
	int lowerValue
)
See Also