HeadsCommand.

Arguments Property

Summary

Gets all the arguments to the Command, or an empty array if there are none.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
HeadsCommand

Syntax

public override IEnumerable<string> Arguments { get; }

Value

Type Description
IEnumerable<T>