CliCommandAsDelegate.Get Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets the definition class registered for a command as delegate. Also registers the delegate instance so that it can be found by the hash.
public static Type Get(Delegate cliCommandAsDelegate)
Parameters
cliCommandAsDelegateDelegateThe command as delegate.
Returns
- Type
The registered type of definition class.