Click or drag to resize

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
)

Parameters

major
Type: SystemInt32
The major.
minor
Type: SystemInt32
The minor.
build
Type: SystemInt32
The build number.
See Also