protected virtual IEnumerable<CommandLineArgument> GetArgumentsInUsageOrder()
Protected Overridable Function GetArgumentsInUsageOrder As IEnumerable(Of CommandLineArgument)
Dim returnValue As IEnumerable(Of CommandLineArgument)
returnValue = Me.GetArgumentsInUsageOrder()
protected:
virtual IEnumerable<CommandLineArgument^>^ GetArgumentsInUsageOrder()
This method is called by the base implementation of the WriteParserUsageSyntax method.
The base implementation first returns positional arguments in the specified order, then required non-positional arguments in alphabetical order, then the remaining arguments in alphabetical order.
Arguments that are hidden are excluded from the list.