Table of Contents

CliCommandBuilder.Parents Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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

public IEnumerable<CliCommandBuilder> Parents { get; }

Property Value

IEnumerable<CliCommandBuilder>