CliBindingContextCommandMap Property

Map for looking up definition classes by commands, which are set by the source generator to be called from IsCalledTDefinition(ParseResult) or ContainsTDefinition(ParseResult) methods.

Definition

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

Property Value

DictionaryCommand, Type

See Also