ChurnCommand.

Arguments Property

Summary

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

Syntax

public override IEnumerable<string> Arguments { get; }

Remarks

Note that as long as you descend from MercurialCommandBase<T> you're not required to access the base property at all, but you are required to return a non-null array reference, even for an empty array.

Value

Type Description
IEnumerable<T>