Click or drag to resize
ValueOptionAttribute Constructor
Initializes a new instance of the ValueOptionAttribute class.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public ValueOptionAttribute(
	int index
)

Parameters

index
Type: SystemInt32
The _index of the option.
See Also