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