SemanticVersion Constructor (Int32, Int32, Int32) |
Namespace: MongoDB.Driver.Core.MiscAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntaxpublic SemanticVersion(
int major,
int minor,
int patch
)
Public Sub New (
major As Integer,
minor As Integer,
patch As Integer
)
new :
major : int *
minor : int *
patch : int -> SemanticVersion
Parameters
- major
- Type: SystemInt32
The major version. - minor
- Type: SystemInt32
The minor version. - patch
- Type: SystemInt32
The patch version.
See Also