StatusCommand.

Result Property

Summary

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

Syntax

public IEnumerable<FileStatus> Result { get; }

Value

Type Description
IEnumerable<T>