DotMake Command-Line Documentation
C#
Show/Hide TOC
Cli
Command
Builder
Binder Field
A delegate which is set by the source generator to be called from
Bind(ParseResult)
method.
Definition
Namespace:
DotMake.CommandLine
Assembly:
DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
Copy
protected
Func
<
ParseResult
,
Object
>
Binder
Field Value
Func
ParseResult
,
Object
See Also
Reference
CliCommandBuilder Class
DotMake.CommandLine Namespace
In This Article
Definition
See Also