Click or drag to resize

ArgumentNameAttribute Constructor

Initializes a new instance of the ArgumentNameAttribute class.

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

Parameters

argumentName
Type: SystemString
The name of the argument.
See Also