Click or drag to resize
OptionArrayAttribute Constructor (String)
Initializes a new instance of the OptionArrayAttribute class.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public OptionArrayAttribute(
	string longName
)

Parameters

longName
Type: SystemString
The long name of the option.
See Also