protected virtual void WriteArgumentDescriptionBody(
CommandLineArgument argument
)
Protected Overridable Sub WriteArgumentDescriptionBody (
argument As CommandLineArgument
)
Dim argument As CommandLineArgument
Me.WriteArgumentDescriptionBody(argument)
protected:
virtual void WriteArgumentDescriptionBody(
CommandLineArgument^ argument
)
The base implementation writes the description text, argument validator messages, and the default value, followed by two new lines. Which elements are included can be influenced using the properties of this class.