public CommandLineArgument? GetShortArgument(
	char shortName
)Public Function GetShortArgument ( 
	shortName As Char
) As CommandLineArgument
Dim instance As CommandLineParser
Dim shortName As Char
Dim returnValue As CommandLineArgument
returnValue = instance.GetShortArgument(shortName)public:
CommandLineArgument^ GetShortArgument(
	wchar_t shortName
)If Mode is not ParsingModeLongShort, this method always returns