CliCommandAsDelegateRegisterTDefinition Method

Registers a definition class so that it can be found by the hash of command as delegate.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public static void Register<TDefinition>(
	string hash
)

Parameters

hash  String
The hash of command as delegate.

Type Parameters

TDefinition
The definition class.

See Also