Summary
Initializes a new instance of the
MercurialVersionAttribute class.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Versions - Containing Type
- Mercurial
Version Attribute
Syntax
public MercurialVersionAttribute(string fromVersionString, string toVersionString)
Parameters
| Name | Type | Description |
|---|---|---|
| fromVersionString | string | The lower-bound of the supported version, inclusive. |
| toVersionString | string | The upper-bound of the supported version, inclusive. |
Return Value
| Type | Description |
|---|---|
| void |