public T Parse()
Public Function Parse As T
Dim instance As CommandLineParser
Dim returnValue As T
returnValue = instance.Parse()
public:
T Parse()
If the return value is , check the HelpRequested property to see if usage help should be displayed.
CommandLineArgumentException | An error occurred parsing the command line. Check the CommandLineArgumentExceptionCategory property for the exact reason for the error. |