Click or drag to resize

ArgumentParsedEventArgs Constructor

Initializes a new instance of the ArgumentParsedEventArgs class.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public ArgumentParsedEventArgs(
	CommandLineArgument argument
)

Parameters

argument
Type: Ookii.CommandLineCommandLineArgument
The information about the argument that has been parsed.
Exceptions
ExceptionCondition
ArgumentNullExceptionargument is .
See Also