CliCommandBuilderGetParentsTDefinition Method
Gets the command builders that are registered as nested/external parents of a child definition.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.0.0
public static IEnumerable<CliCommandBuilder> GetParents<TDefinition>()
- TDefinition
- The child definition class.
IEnumerableCliCommandBuilderAn enumerable whose elements are the
CliCommandBuilder instances registered as nested/external parents.