CliCommandBuilderRegisterAsChild(Type, Type) Method
Registers a command builder as a nested/external child so that it can be found by the parent definition class.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.5.6
public static void RegisterAsChild(
Type parentDefinitionType,
Type childDefinitionType
)
Parameters
- parentDefinitionType Type
- The type of the parent definition class.
- childDefinitionType Type
- The type of the child definition class.