DotMake Command-Line Documentation
C#
Show/Hide TOC
Cli
Binding
Context
Command
Map Property
Map for looking up definition classes by commands, which are set by the source generator to be called from
IsCalled
TDefinition
(ParseResult)
or
Contains
TDefinition
(ParseResult)
methods.
Definition
Namespace:
DotMake.CommandLine
Assembly:
DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
Copy
public
Dictionary
<
Command
,
Type
>
CommandMap
{
get
; }
Property Value
Dictionary
Command
,
Type
See Also
Reference
CliBindingContext Class
DotMake.CommandLine Namespace
In This Article
Definition
See Also