Summary
This object contains information about an annotated line from a text file
in the repository.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Interfaces
-
- IEquatable
<T>
- IEquatable
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IEquatable<T>"]-.->Type
Type["Annotation"]
class Type type-node
Syntax
public sealed class Annotation : IEquatable<Annotation>
Attributes
| Type | Description |
|---|---|
| Debugger |
Constructors
| Name | Summary |
|---|---|
| Annotation |
Initializes a new instance of the Annotation class.
|
Properties
| Name | Value | Summary |
|---|---|---|
| Line | string |
Gets the annotated version of that line.
|
| LineNumber | int |
Gets the zero-based line number for this
Annotation.
|
| RevisionNumber | int |
Gets the revision number of the changeset that last modified the line in this
Annotation.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Equals |
bool |
Indicates whether the current object is equal to another object of the same type.
|
| Equals |
bool | |
| GetHashCode |
int |
Serves as a hash function for a particular type.
|
| ToString |
string |