Table of Contents

Constructor HarpVersion

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

HarpVersion(int?, int?)

Initializes a new instance of the HarpVersion class with the specified major and minor version.

public HarpVersion(int? major, int? minor)

Parameters

major int?

The optional major version. If not specified, matches against all versions.

minor int?

The optional minor version. If not specified, matches against all minor versions with the same major version.