Annotation.

Annotation(int, int, string) Constructor

Summary

Initializes a new instance of the Annotation class.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Annotation

Syntax

public Annotation(int lineNumber, int revisionNumber, string line)

Parameters

Name Type Description
lineNumber int The line number for this Annotation.
revisionNumber int The revision number of this Annotation
line string The line that was annotated.

Return Value

Type Description
void