AnnotateCommand.

Result Property

Summary

Gets the result of executing the command as a collection of Annotation objects.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
AnnotateCommand

Syntax

public IEnumerable<Annotation> Result { get; }

Value

Type Description
IEnumerable<T>