-
Home
-
API
-
SharpYaml
-
Version
-
Constructors
-
Version(Int32, Int32)
Version(Int32, Int32) Constructor
Definition
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.