ICommand.

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
ICommand

Syntax

IEnumerable<string> Arguments { get; }

Value

Type Description
IEnumerable<T>