public T Parse(
	ReadOnlyMemory<string> args
)Public Function Parse ( 
	args As ReadOnlyMemory(Of String)
) As T
Dim instance As CommandLineParser
Dim args As ReadOnlyMemory(Of String)
Dim returnValue As T
returnValue = instance.Parse(args)public:
T Parse(
	ReadOnlyMemory<String^> args
)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. |