CliCommandBuilderGetChildrenTParentDefinition Method

Gets the command builders that are registered as nested/external children of a parent definition.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public static IEnumerable<CliCommandBuilder> GetChildren<TParentDefinition>()

Type Parameters

TParentDefinition
The parent definition class.

Return Value

IEnumerableCliCommandBuilder
An enumerable whose elements are the CliCommandBuilder instances registered as nested/external children.

See Also