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