protected virtual void WriteCommandDescription(
CommandInfo command
)Protected Overridable Sub WriteCommandDescription (
command As CommandInfo
)
Dim command As CommandInfo
Me.WriteCommandDescription(command)protected:
virtual void WriteCommandDescription(
CommandInfo command
)The base implementation writes a line with the command's name and aliases, using the color from the CommandDescriptionColor property if color is enabled, followed by a line containing the command's description.
This method is called by the base implementation of the WriteCommandDescriptions method.