CommandLineHelper.

GetArgumentInfo(Match, string) Method

Syntax

public static ValueTuple<bool, bool, bool> GetArgumentInfo(Match argParts, string nextArgument)

Parameters

Name Type Description
argParts Match
nextArgument string

Return Value

Type Description
ValueTuple<bool, bool, bool>