protected virtual void WriteValueDescription(
string valueDescription
)
Protected Overridable Sub WriteValueDescription (
valueDescription As String
)
Dim valueDescription As String
Me.WriteValueDescription(valueDescription)
protected:
virtual void WriteValueDescription(
String^ valueDescription
)
The base implementation returns the value description surrounded by angle brackets. For example, "<String>".
This method is called by the base implementation of the WriteArgumentSyntax(CommandLineArgument) method for arguments that are not switch arguments.