ArgumentProviderIsCommand Property

Gets a value that indicates whether this arguments type is a subcommand.

Definition

Namespace: Ookii.CommandLine.Support
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
public abstract bool IsCommand { get; }

Property Value

Boolean
if the arguments type is a subcommand; otherwise, .

See Also