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 UsageHelpRequestFull.
The base implementation writes the value of the CommandLineParserUsageFooter property, if it is not an empty string. This value can be set using the UsageFooterAttribute attribute.