protected virtual void WriteParserUsageFooter()
Protected Overridable Sub WriteParserUsageFooter
Me.WriteParserUsageFooter()
protected:
virtual void WriteParserUsageFooter()
This method is called by the base implementation of WriteParserUsageCore(UsageHelpRequest) only if the requested help is UsageHelpRequest.Full.
The base implementation writes the value of the CommandLineParser.UsageFooter property, if it is not an empty string. This value can be set using the UsageFooterAttribute attribute.