public virtual char AutomaticHelpShortName()
Public Overridable Function AutomaticHelpShortName As Char
Dim instance As LocalizedStringProvider
Dim returnValue As Char
returnValue = instance.AutomaticHelpShortName()
public:
virtual wchar_t AutomaticHelpShortName()
The argument will automatically have a short alias that is the lower case first character of the value returned by AutomaticHelpName. If the character returned by this method is the same as that character according to the ArgumentNameComparison property, then no alias is added.
If CommandLineParserMode is not ParsingModeLongShort, the short name and the short alias will be used as a regular aliases instead.