DotMake Command-Line Documentation
C#
Show/Hide TOC
Cli
Command
Builder
Get
TDefinition
Method
Gets the command builder registered for the definition class.
Definition
Namespace:
DotMake.CommandLine
Assembly:
DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
Copy
public
static
CliCommandBuilder
Get
<TDefinition>()
Type Parameters
TDefinition
The definition class.
Return Value
CliCommandBuilder
The registered
CliCommandBuilder
instance.
See Also
Reference
CliCommandBuilder Class
Get Overload
DotMake.CommandLine Namespace
In This Article
Definition
Type Parameters
Return Value
See Also