DotMake Command-Line Documentation
C#
Show/Hide TOC
Cli
Command
Builder
Children 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#
Copy
public
IEnumerable
<
CliCommandBuilder
>
Children
{
get
; }
Property Value
IEnumerable
CliCommandBuilder
See Also
Reference
CliCommandBuilder Class
DotMake.CommandLine Namespace
In This Article
Definition
See Also