CliCommandBuilderBinder 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#
protected Func<ParseResult, Object> Binder

Field Value

FuncParseResult, Object

See Also