CliCommandBuilderChildren Property

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

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public IEnumerable<CliCommandBuilder> Children { get; }

Property Value

IEnumerableCliCommandBuilder

See Also