ArgumentParsedEventArgs Constructor
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public ArgumentParsedEventArgs(
CommandLineArgument argument
)
Public Sub New (
argument As CommandLineArgument
)
Dim argument As CommandLineArgument
Dim instance As New ArgumentParsedEventArgs(argument)
public:
ArgumentParsedEventArgs(
CommandLineArgument^ argument
)
Parameters
- argument CommandLineArgument
- The argument that has been parsed.