ValueDescriptionAttribute Constructor |
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic ValueDescriptionAttribute(
string valueDescription
)
Public Sub New (
valueDescription As String
)
Dim valueDescription As String
Dim instance As New ValueDescriptionAttribute(valueDescription)
public:
ValueDescriptionAttribute(
String^ valueDescription
)
Parameters
- valueDescription
- Type: SystemString
The custom value description.
See Also