Write(ICommandModel, ICommandInfo) Method

Writes help information for the application.
public virtual IEnumerable<IRenderable> Write(ICommandModel model, ICommandInfo command)
Containing Type
HelpProvider

Parameters

ICommandModel model
The command model to write help for.
ICommandInfo command
The command for which to write help information (optional).

Returns

IEnumerable<IRenderable>