protected virtual void WriteArgumentDescription(
string description
)
Protected Overridable Sub WriteArgumentDescription (
description As String
)
Dim description As String
Me.WriteArgumentDescription(description)
protected:
virtual void WriteArgumentDescription(
String^ description
)
The base implementation just writes the description text.
This method is called by the base implementation of the WriteArgumentDescriptionBody(CommandLineArgument) method.