CliBindingContextCreatorMap Property

Map for looking up instance creators 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, Func<Object>> CreatorMap { get; }

Property Value

DictionaryType, FuncObject

See Also