CliBindingContext.BinderMap Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Map for looking up command binder delegates by definition classes, which are set by the source generator to be called from Bind<TDefinition>(ParseResult, bool) method.
public Dictionary<Type, Action<object, ParseResult>> BinderMap { get; }