Initializes a new instance of the xtd::version class using the specified major, minor and build values.
major | The major version number. |
minor | The minor version number. |
build | The build version number. |
xtd::out_of_range_exception | major, minor or build is less than zero. |
Property | Value |
---|---|
xtd::version::major | major |
xtd::version::minor | minor |
xtd::version::build | build |
xtd::version::revision | undefined (-1) |