protected virtual void WriteCommandAliases(
	IEnumerable<string> aliases
)Protected Overridable Sub WriteCommandAliases ( 
	aliases As IEnumerable(Of String)
)
Dim aliases As IEnumerable(Of String)
Me.WriteCommandAliases(aliases)protected:
virtual void WriteCommandAliases(
	IEnumerable<String^>^ aliases
)The default implementation writes a comma-separated list of aliases, preceded by a comma.
This method is called by the base implementation of the WriteCommandDescription(CommandInfo) method if the IncludeCommandAliasInCommandList property is .