CliCommandBuilderGetChildren(Type) 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(
	Type parentDefinitionType
)

Parameters

parentDefinitionType  Type
The type of the parent definition class.

Return Value

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

See Also