protected virtual IEnumerable<CommandLineArgument> GetArgumentsInDescriptionOrder()
Protected Overridable Function GetArgumentsInDescriptionOrder As IEnumerable(Of CommandLineArgument)
Dim returnValue As IEnumerable(Of CommandLineArgument)
returnValue = Me.GetArgumentsInDescriptionOrder()
protected:
virtual IEnumerable<CommandLineArgument^>^ GetArgumentsInDescriptionOrder()
If any of the arguments use the CommandLineArgumentAttributeCategory property, the arguments are sorted by category based on the category's enumeration values, and sorted according to the ArgumentDescriptionListOrder property within each category. Arguments that have no category set are returned before any arguments that do have a category.
Arguments that are hidden are excluded from the list, even if DescriptionListFilterModeAll is used.