CliCommandBuilderGetParents(Type) 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(
Type definitionType
)
- definitionType Type
- The type of the child definition class.
IEnumerableCliCommandBuilderAn enumerable whose elements are the
CliCommandBuilder instances registered as nested/external parents.