Table of Contents

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

hash string

The hash of command as delegate.

Type Parameters

TDefinition

The definition class.