UsageWriter.WriteArgumentCategory Method

Writes the description of a category of arguments.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
protected virtual void WriteArgumentCategory(
	CategoryInfo category
)

Parameters

category  CategoryInfo
The category.

Remarks

This method is called by the base implementation of the WriteArgumentCategoryHeader(CategoryInfo) method.

You can override this method if you wish to change how the category description is determined for a category. If you want to change the formatting of the category header, override the WriteArgumentCategoryHeader(CategoryInfo) method instead.

See Also