CliBindingContextGetValueT(ParseResult, Option) Method

[Missing <summary> documentation for "M:DotMake.CommandLine.CliBindingContext.GetValue``1(System.CommandLine.ParseResult,System.CommandLine.Option`1)"]

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
public T GetValue<T>(
	ParseResult parseResult,
	Option option
)

Parameters

parseResult  ParseResult

[Missing <param name="parseResult"/> documentation for "M:DotMake.CommandLine.CliBindingContext.GetValue``1(System.CommandLine.ParseResult,System.CommandLine.Option`1)"]

option  Option

[Missing <param name="option"/> documentation for "M:DotMake.CommandLine.CliBindingContext.GetValue``1(System.CommandLine.ParseResult,System.CommandLine.Option`1)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:DotMake.CommandLine.CliBindingContext.GetValue``1(System.CommandLine.ParseResult,System.CommandLine.Option`1)"]

Return Value

T

[Missing <returns> documentation for "M:DotMake.CommandLine.CliBindingContext.GetValue``1(System.CommandLine.ParseResult,System.CommandLine.Option`1)"]

See Also