IncomingCommand.

Result Property

Summary

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

Syntax

public IEnumerable<Changeset> Result { get; }

Value

Type Description
IEnumerable<T>