Click or drag to resize

ValueDescriptionAttribute Constructor

Initializes a new instance of the ValueDescriptionAttribute class.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public ValueDescriptionAttribute(
	string valueDescription
)

Parameters

valueDescription
Type: SystemString
The custom value description.
See Also