CliCommandBuilderGetChildrenTParentDefinition Method
Gets the command builders that are registered as nested/external children of a parent definition.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public static IEnumerable<CliCommandBuilder> GetChildren<TParentDefinition>()
- TParentDefinition
- The parent definition class.
IEnumerableCliCommandBuilderAn enumerable whose elements are the
CliCommandBuilder instances registered as nested/external children.