CliCommandBuilderRegisterAsChild(Type, Type) Method

Registers a command builder as a nested/external child so that it can be found by the parent definition class.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.5.6
C#
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.

See Also