CliCommandAsDelegateGet Method
            Gets the definition class registered for a command as delegate.
            Also registers the delegate instance so that it can be found by the hash.
            
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public static Type Get(
	Delegate cliCommandAsDelegate
)
- cliCommandAsDelegate  Delegate
 - The command as delegate.
 
TypeThe registered type of definition class.