CliBindingContextBinderMap Property

Map for looking up command binder delegates by definition classes, which are set by the source generator to be called from BindTDefinition(ParseResult, Boolean) method.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
public Dictionary<Type, Action<Object, ParseResult>> BinderMap { get; }

Property Value

DictionaryType, ActionObject, ParseResult

See Also