protected virtual void WriteArgumentDescriptionHeader(
CommandLineArgument argument
)
Protected Overridable Sub WriteArgumentDescriptionHeader (
argument As CommandLineArgument
)
Dim argument As CommandLineArgument
Me.WriteArgumentDescriptionHeader(argument)
protected:
virtual void WriteArgumentDescriptionHeader(
CommandLineArgument^ argument
)
The base implementation writes the name(s), value description, and alias(es), ending with a new line. Which elements are included can be influenced using the properties of this class.
If color is enabled, the ArgumentDescriptionColor property is used.
This method is called by the base implementation of the WriteArgumentDescription(CommandLineArgument) method.