CliCommandAsDelegateRegisterTDefinition Method
Registers a definition class so that it can be found by the hash of command as delegate.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public static void Register<TDefinition>(
string hash
)
- hash String
- The hash of command as delegate.
- TDefinition
- The definition class.