ArgumentProviderGetArguments Method
Gets the arguments defined by the arguments type.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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.