protected virtual void WriteArgumentCategoryHeader(
CategoryInfo category
)
Protected Overridable Sub WriteArgumentCategoryHeader (
category As CategoryInfo
)
Dim category As CategoryInfo
Me.WriteArgumentCategoryHeader(category)
protected:
virtual void WriteArgumentCategoryHeader(
CategoryInfo category
)
The base implementation applies the ArgumentCategoryColor, and calls the WriteArgumentCategory(CategoryInfo) method to write the category description.
This method is called by the base implementation of the WriteArgumentDescriptions method once before the first argument in each category. It will not be called if none of the arguments have a category.