CliBindingContextGetValue(ParseResult, Argument) Method
            Gets the parsed or default value for the specified argument.
            
            Extended version for DotMake CLI which can bind custom classes,
            does not fall back to internal ArgumentConverter.GetDefaultValue which does not support all IList compatible types.
            
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public Object GetValue(
	ParseResult parseResult,
	Argument argument
)
- parseResult  ParseResult
 - The parse result.
 - argument  Argument
 - The argument for which to get a value.
 
ObjectThe parsed value or a configured default.