Summary
Initializes a new instance of the
Tag class.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Tag
Syntax
public Tag(int revisionNumber, string name)
Parameters
| Name | Type | Description |
|---|---|---|
| revisionNumber | int | The revision number the bookmark or tag is currently for. |
| name | string | The name of the tag or bookmark. |
Return Value
| Type | Description |
|---|---|
| void |