CliCommandAttributeChildren Property

Gets or sets the children of the command. This property is used when you prefer to use a non-nested classes for subcommands, i.e. when you want to separate root command and subcommands into different classes/files. If a class in the list, is already a nested class, then that class will be ignored.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.3.0
C#
public Type[] Children { get; set; }

Property Value

Type

See Also