Click or drag to resize

CommandLineArgumentAttribute Constructor (String)

Initializes a new instance of the CommandLineArgumentAttribute class using the specified argument name.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public CommandLineArgumentAttribute(
	string argumentName
)

Parameters

argumentName
Type: SystemString
The name of the argument, or to indicate the property name should be used.
See Also