Share via


Version Constructor (Int32, Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the Version class using the specified major and minor values.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Sub New ( _
    major As Integer, _
    minor As Integer _
)
public Version(
    int major,
    int minor
)
public:
Version(
    int major, 
    int minor
)
new : 
        major:int * 
        minor:int -> Version
public function Version(
    major : int, 
    minor : int
)

Parameters

.NET Framework Security

See Also

Reference

Version Class

Version Overload

System Namespace