Click or drag to resize

KeyValueSeparatorAttribute Constructor

Initializes a new instance of the KeyValueSeparatorAttribute class.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.4.0
Syntax
public KeyValueSeparatorAttribute(
	string separator
)

Parameters

separator
Type: SystemString
The separator to use.
Exceptions
ExceptionCondition
ArgumentNullExceptionseparator is .
ArgumentExceptionseparator is an empty string.
See Also