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