Range(string minVersion, bool minExclusive, string maxVersion, bool maxExclusive) Method

Returns a VulnerabilityPackageVersionRange that specifies a range of versions.

Syntax

public static VulnerabilityPackageVersionRange Range(string minVersion, bool minExclusive, string maxVersion, bool maxExclusive)

Parameters

minVersion
Type: string

The minimum version.

minExclusive
Type: bool

Value indicating whether the minimum version itself is excluded.

maxVersion
Type: string

The maximum version.

maxExclusive
Type: bool

Value indicating whether the maximum version itself is excluded.

Returns

VulnerabilityPackageVersionRange that specifies a range of versions.