Table of Contents

CliCommandAttribute.Children Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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.

public Type[] Children { get; set; }

Property Value

Type[]