ArgumentProviderGetArguments Method
Gets the arguments defined by the arguments type.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public abstract IEnumerable<CommandLineArgument> GetArguments(
CommandLineParser parser
)
Public MustOverride Function GetArguments (
parser As CommandLineParser
) As IEnumerable(Of CommandLineArgument)
Dim instance As ArgumentProvider
Dim parser As CommandLineParser
Dim returnValue As IEnumerable(Of CommandLineArgument)
returnValue = instance.GetArguments(parser)
public:
virtual IEnumerable<CommandLineArgument^>^ GetArguments(
CommandLineParser^ parser
) abstract
- parser CommandLineParser
- The CommandLineParser that is parsing the arguments.
IEnumerableCommandLineArgumentAn enumeration of
CommandLineArgument instances.