protected virtual void WriteArgumentNameForDescription(
	string argumentName,
	string prefix
)Protected Overridable Sub WriteArgumentNameForDescription ( 
	argumentName As String,
	prefix As String
)
Dim argumentName As String
Dim prefix As String
Me.WriteArgumentNameForDescription(argumentName, 
	prefix)protected:
virtual void WriteArgumentNameForDescription(
	String^ argumentName, 
	String^ prefix
)The default implementation returns the prefix followed by the name.
This method is called by the base implementation of the WriteArgumentDescription(CommandLineArgument) method and the WriteAlias(String, String) method.