CliCommandAsDelegate.Register Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Registers a definition class so that it can be found by the hash of command as delegate.
public static void Register<TDefinition>(string hash)
Parameters
hashstringThe hash of command as delegate.
Type Parameters
TDefinitionThe definition class.