KeyValueSeparatorAttribute Constructor |
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.4.0
Syntaxpublic KeyValueSeparatorAttribute(
string separator
)
Public Sub New (
separator As String
)
Dim separator As String
Dim instance As New KeyValueSeparatorAttribute(separator)
public:
KeyValueSeparatorAttribute(
String^ separator
)
Parameters
- separator
- Type: SystemString
The separator to use.
Exceptions
See Also