Table of Contents

CliCommandBuilder.Children Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Gets the command builders that are nested/external children of this command builder.

public IEnumerable<CliCommandBuilder> Children { get; }

Property Value

IEnumerable<CliCommandBuilder>