Click or drag to resize

AliasAttribute Constructor

Initializes a new instance of the AliasAttribute class.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public AliasAttribute(
	string alias
)

Parameters

alias
Type: SystemString
The alternative name for the command line argument.
See Also