protected virtual void WriteArgumentDescriptions()
Protected Overridable Sub WriteArgumentDescriptions
Me.WriteArgumentDescriptions()
protected:
virtual void WriteArgumentDescriptions()
The default implementation gets the list of arguments using the GetArgumentsInDescriptionOrder method, and calls the WriteArgumentDescription(CommandLineArgument) method for each one.
This method is called by the base implementation of the WriteParserUsageCore(UsageHelpRequest) method.