Version(Int32, Int32) Constructor

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

Initializes a new instance of the Version class.

public Version(int major, int minor)

Parameters

major
Int32

The the major version number.

minor
Int32

The the minor version number.