protected virtual void WriteSwitchValueDescription(
string valueDescription
)
Protected Overridable Sub WriteSwitchValueDescription (
valueDescription As String
)
Dim valueDescription As String
Me.WriteSwitchValueDescription(valueDescription)
protected:
virtual void WriteSwitchValueDescription(
String^ valueDescription
)
The default implementation surrounds the value written by the WriteValueDescriptionForDescription(String) method with square brackets, to indicate that it is optional.
This method is called by the base implementation of the WriteArgumentDescriptionHeader(CommandLineArgument) method for switch arguments.