SemanticVersion Constructor (Int32, Int32, Int32) |
Namespace:
MongoDB.Driver.Core.Misc
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public 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