CliCommandBuilderParents Property

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

Definition

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

Property Value

IEnumerableCliCommandBuilder

See Also