Version Constructor (Int32, Int32, Int32) |
Initializes a new instance of the
Version class.
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public Version(
int major,
int minor,
int build
)
Public Sub New (
major As Integer,
minor As Integer,
build As Integer
)
public:
Version(
int major,
int minor,
int build
)
new :
major : int *
minor : int *
build : int -> Version
Parameters
- major
- Type: SystemInt32
The major. - minor
- Type: SystemInt32
The minor. - build
- Type: SystemInt32
The build number.
See Also