ArgumentParsedEventArgs Constructor |
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic 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
- Type: Ookii.CommandLineCommandLineArgument
The information about the argument that has been parsed.
Exceptions
See Also